aaronshivers / gym-journal

An application for tracking exercise progress.
https://gym-journal.aaronshivers.com
GNU General Public License v3.0
1 stars 2 forks source link

Create Login Form #12

Open aaronshivers opened 5 years ago

aaronshivers commented 5 years ago

I'd like to have a login form with fields for email and password. The form will post to /users/login. A new file called login.ejs needs to be created, and placed in the views directory.

aaronshivers commented 5 years ago

I added the login form. It just needs to be styled.