-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# Project Initialized | ||
to do: | ||
|
||
1. Add pagination using fastapi-pagination | ||
2. Write test cases for all routes and functions in public model - use in memory database | ||
3. Add GitHub actions template for running tests | ||
4. Write makefile | ||
5. Remove unnecessary files | ||
6. abstract routes to public routes.py file | ||
7. improve public routes Api documentation | ||
8. add alembic support for database migrations. | ||
9. Use either propelauthbof fastapi-auth0 | ||
10. Add ratelimiter | ||
11. Allow cors | ||
12. write docker and docker compose files |