diff --git a/README.md b/README.md index 06cbca7..92628e2 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ # 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/)