Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Each requirement is assigned a point value. A fully complete requirement will ea
Routing:
- [ ] __20:__ Navigating to `/sign-up` loads the sign up page.

Schema:
- [ ] __x:__ Add a table `users` to the schema.sql file to handle their name, email, and password. Note: after completion of this spec you will need to re-run `$ npm run db:schema`

Users can:
- [ ] __40:__ Sign up for an account with a name, email and password.
- [ ] __10:__ Be redirected to the home page (`/`) after signing up.
Expand All @@ -71,6 +74,7 @@ Files to modify:
- `src/routes/authentication.js`
- `src/actions/signUp.js`
- `src/views/authentication/sign-up.ejs`
- `src/data/schema.sql`

## Sign in

Expand Down