Primary goal is to create a light version of reddit backend , based on a Database Schema I designed , below is the ER Diagram for the same.
- Write first intro
- Flask-SQLAlchemy setup
- Comments - How we can have infinite Replies
- First API - GET is working
- Setup all tables with relationships
- CRUD Testing
- for Users
- For Posts
- For Comments
- For Subreddits
- User Authentication - test login logout states
- Deploy to Google Cloud
- Testing from Google Cloud
- Write Tests