/FastAPI-React

Teoria de Inventario

Primary LanguageJavaScript

Requirements

  1. You must have python 3.11.4 installed, which is the version with which the API program was made.

  2. Additionally, the python package manager, which is (pip), must be configured within the system environment variables.

Instalation

  1. Open a terminal and paste: pip install fastapi
  2. Then : pip install uvicorn
  3. Run the api with: uvicorn app:app --reload