FastAPI Project

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.

Getting started

To get started, make sure to:

  1. clone the repository containing the code.
    git clone https://github.com/Torbidos7/fast-api-project.git
  2. installing the required dependencies (uvicorn, fastAPI)
  3. Run the following command on the terminal:
    uvicorn student_app:app --reload
  4. Go to http://127.0.0.1:8000/ to activate the check activation of local server.

API Documentation

The API documentation is automatically generated using Swagger UI. You can access it by visiting http://localhost:8000/docs in your browser.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.