/list all posts/@usernamelist posts for one user/@username/post-slugshow individual post/loginLogin/signupSignup/newCreate a new post
GET /- Return List of all postsPOST /new- Create a new postPOST /login- Login in a user with sessionPOST /signup- Signup user and login with sessionGET /@username- Return List of posts from one userGET /@username/post-slug/- Return postPOST /@username/post-slug/comments- Create new comment
- Chris Grant (Team Leader)
- Helen Li (UX)
- David Song (Backend)
- Tony Li (Middleware)
pip install flask
pip install python-slugify
python app.py