|
|
@ -2,18 +2,27 @@ |
|
|
|
# Table of Contents |
|
|
|
<!-- vim-markdown-toc GFM --> |
|
|
|
|
|
|
|
* [Overview](#overview) |
|
|
|
* [Requirements](#requirements) |
|
|
|
* [Alembic Database Migrations / Upgrades](#alembic-database-migrations--upgrades) |
|
|
|
* [Running the Server](#running-the-server) |
|
|
|
|
|
|
|
<!-- vim-markdown-toc --> |
|
|
|
|
|
|
|
# Overview |
|
|
|
This project utilizes FastAPI, SQLAlchemy, and Alembic for creating a basic project |
|
|
|
|
|
|
|
* http://127.0.0.1:8000/docs |
|
|
|
|
|
|
|
|
|
|
|
# Requirements |
|
|
|
* FastAPI |
|
|
|
* alembic |
|
|
|
* SQLAlchemy |
|
|
|
* uvicorn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Alembic Database Migrations / Upgrades |
|
|
|
|
|
|
|
```bash |
|
|
|