Try to create API routes to create, read, update and delete database with Python, FastAPI, Tortoise ORM, Aerich migration and SQLite(or PostgreSQL MySQL)
1. Aerich migration tool of Tortoise ORM
2. Create first simple route of FastAPI on GitHub Codespaces
3. Open the port of Codespace machine
4. [Python][FastAPI] - Create a API route to insert data to database with Tortoise ORM [POST]
5. [Python][FastAPI] - Create a API route to query data from database with Tortoise ORM [GET]
6. [Python][FastAPI] - Create a API route to uppdate data of database with Tortoise ORM [PATCH]
7. [Python][FastAPI] - Create a API route to delete data from database with Tortoise ORM [DELETE]
8. [Python][FastAPI] - Redoc and Swagger