This project uses an MVC design pattern to manage the frontend and backend component of a techblog website. It has login fuctionality, password validity check, and express routing to handle the post creation process. It also uses sesssion key to timeout user
- Create User and Project models
- Create routing for getting and creating each post
- Create routing for login/signup
- Create session keys for each login so that it would timeout user after certain duration
- In user model, implement validating methods that check for password/email validity
