Browse Source

Adding links

master
Ryan Reed 5 years ago
parent
commit
2f72303cb9
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      README.md

+ 6
- 5
README.md View File

@ -10,16 +10,17 @@
<!-- vim-markdown-toc --> <!-- vim-markdown-toc -->
# Overview # 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 * http://127.0.0.1:8000/docs
# Requirements # 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/)


Loading…
Cancel
Save