Key Features • How To Use • Credits
- Get a daily report by giving the date
- Get the total extraction of a specific year and month
- Log-in and Sign-up using a PostgreSQL database
- Create and Update user requests to get access into the system
- Automatic Documentation (Swagger UI)
To clone and run this application, you'll need Git and Python installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/gabrielcarvajalfigueroa/FastAPI-reportabilidad
# Create python virtual enviroment
$ pip -m venv venv
# Install dependencies
$ pip install requirements.txt
# Run the app
$ uvicorn main:app --reload
This software uses the following open source software: