Skip to content

gabrielcarvajalfigueroa/FastAPI-reportabilidad

Repository files navigation


FastAPI
FastAPI - Reportabilidad

FastAPI utilizada para generar reportabilidad a partir de archivos .csv

PyPI version PyPI version PyPI version

Key FeaturesHow To UseCredits

Key Features

  • 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)

How To Use

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

Credits

This software uses the following open source software:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published