jmbb1720 / SwapD

A web-based platform where people can exchange skills.
0 stars 2 forks source link

User Authentication #14

Open anthonyhvo12 opened 4 years ago

anthonyhvo12 commented 4 years ago

Description

Only logged in users with verified Dickinson email addresses can post and comment on the website. Only the owner of a post can delete / update it. The users can access their user information page after logging in.

Solution

Create a login/signup page for users. User data will be saved to the MongoDB database. Create a user information page.