Use Express and Sequelize to build a social network for students. This network, called "Gabble," has users, public messages, and likes.
- Have a username and password for logging in
- Have a display name
- Be associated with a user who wrote them
- Have up to 140 characters of text
- Be associated with a user who made the like and a message that was liked
- Sign up as a new user
- Log in
- Log out
- View all messages with the newest first
- Create a new message
- Delete one of your own messages
- Like a message
- See who liked a message
Project hosted on heroku here: View Project Username: Murphy Password: a
- Node Express (MVC)
- Sequelize
- Postgres
- Passport
- Heroku Deployment