/fastapi-tutorial

Follow FastAPI User Guide - https://fastapi.tiangolo.com/

Primary LanguagePythonMIT LicenseMIT

MIT License

FastAPI - a web framework for building APIs with Python 3.6+

Description

Follow FastAPI official tutorial to learn how to use FastAPI with most of its features, step by step.

https://fastapi.tiangolo.com/

Local setup

Follow the instructions to get the project up and running for local development and testing purposes.

  • Install python 3: https://www.python.org/downloads/
  • Create and activated a virtual environment where we can install all packages needed:
    python3 -m venv ./venv/ 
    source venv/bin/activate
  • Configure the IDE Interpreter to use the python3 from the virtual environment
  • Install project packages
    make install

Running the app

License

This project is licensed under the terms of the MIT License. Please see LICENSE for details.