-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add testing documentation #84
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
=======================================
Coverage 45.51% 45.51%
=======================================
Files 9 9
Lines 892 892
Branches 170 170
=======================================
Hits 406 406
Misses 404 404
Partials 82 82 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creating an account
- Remix the project on Glitch.
- Set the DOMAIN environment variable in .env file. It should be {glitch-project-name}.glitch.me
- Enter your domain in the browser, it will redirect you to /account/create where you can create an account
- Add a username password of your choice. The domain should be the same as the one in the .env file.
- Created the account, you will be logged in and redirected to /private to see your account.
Logging into an account
- When you go to /private. If you are not logged in, you will be redirected to /account/login.
- Add your credentials: username and password.
- If right, you will be redirected to /private to see you account.
- If incorrect, it will prompt you to add the correct credentials.
Logging out of an account
- Go to /account/logout
- You will be logged out and prompted to login again.
Add documentation regarding testing