This is a repository for my FastAPI project. It represent a trial to learn how to build FastAPI apps.
I followed the freeCodeCamp tutorial for the student_app.py.
To get started, make sure to:
- clone the repository containing the code.
git clone https://github.com/Torbidos7/fast-api-project.git
- installing the required dependencies (uvicorn, fastAPI)
- Run the following command on the terminal:
uvicorn student_app:app --reload
- Go to http://127.0.0.1:8000/ to activate the check activation of local server.
The API documentation is automatically generated using Swagger UI. You can access it by visiting http://localhost:8000/docs
in your browser.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.