This is a simple project created to learn and implement my first API in Python using FastAPI.
The goal of this project is to explore FastAPI, a modern, fast (high-performance), web framework for building APIs with Python 3.7+.
- Basic FastAPI application with a couple of endpoints.
- Demonstrates how to define an API route and format the response.
-
Clone the repository:
git clone https://github.com/Alaina-Noel/fastapi_project.git
pip install -r requirements.txt
Open a terminal window and run uvicorn main:app --reload
& go to the url provided in your terminal