Course api An async api to manager your courses Python version: 3.11 Database: async sqlite This project uses type hint Endpoints: /docs /redoc Methods: - GET, PUT, POST, DELETE on /api/v1/courses or /api/v1/courses/<id> RUN if not exists: python /dao/create_tables.py After that: python main.py