|
|
@ -10,16 +10,17 @@ |
|
|
|
<!-- vim-markdown-toc --> |
|
|
|
|
|
|
|
# Overview |
|
|
|
This project utilizes FastAPI, SQLAlchemy, and Alembic for creating a basic project |
|
|
|
This project utilizes FastAPI, SQLAlchemy, and Alembic for creating a basic project. |
|
|
|
Based on the [fastapi docs](https://fastapi.tiangolo.com/tutorial/sql-databases/) |
|
|
|
|
|
|
|
* http://127.0.0.1:8000/docs |
|
|
|
|
|
|
|
|
|
|
|
# Requirements |
|
|
|
* FastAPI |
|
|
|
* alembic |
|
|
|
* SQLAlchemy |
|
|
|
* uvicorn |
|
|
|
* [FastAPI](https://fastapi.tiangolo.com/) |
|
|
|
* [alembic](https://alembic.sqlalchemy.org/en/latest/) |
|
|
|
* [SQLAlchemy](https://www.sqlalchemy.org/) |
|
|
|
* [uvicorn](https://www.uvicorn.org/) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|