Live Demo: https://philipdimaano-warbler.onrender.com
- Deployed using Render (backend) and ElephantSQL (database)
- Can register for account and edit profile information
- Protected routes means only logged-in users can visit certain pages. This is done using CSRF forms and sessions.
- Users can create messages and follow other users
- Users can like and un-like other user's messages
- Implemented testing for models and views