Browse Source

Adding minor notes

master
Ryan Reed 5 years ago
parent
commit
c78fcbcd32
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      README.md

+ 9
- 0
README.md View File

@ -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


Loading…
Cancel
Save