Closed
Description
🔭To Do
Not exactly a roadmap, more of a possible TODO kind of list:
⚡️API
- Add a photo upload endpoint for users
- Add possibility of comments in posts
- Add webhook to notify when a new comment is added in post
🧪Tests
- Add MyPy
- SQLite db for tests
✅Done
- Add Ruff linter Add ruff linter #83 add pre-commit configs #92 by @luca-medeiros
- 🚀Token Refresh Token refresh #63
- 🚀Gunicorn NGINX deployment Nginx configuration #56
- 🚀get_joined in CRUD Crud joined #53
- ⚡️Expire jwt token (blacklist) Token blacklist #52
- 📝Warn to make sure DB and tables are created before running create_superuser and create_tier scripts Update README.md #40
- 📝Remind to pass "api/v1/..." in the path for rate_limiter Update README.md #40
- 📝Update directory structure Update README.md #40
- 📝Add "create_first_*" for scripts Update README.md #40
- 🚀Add a Rate Limiter dependency Rate limiting #37