From c78fcbcd327bc01fdc40d642008ca776f1544765 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 2 Jul 2019 19:36:20 -0400 Subject: [PATCH] Adding minor notes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 11d8385..06cbca7 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,27 @@ # Table of Contents +* [Overview](#overview) * [Requirements](#requirements) * [Alembic Database Migrations / Upgrades](#alembic-database-migrations--upgrades) * [Running the Server](#running-the-server) +# 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