Skip to content

iancambrea/rinhabackend-python-fastapi

 
 

Repository files navigation

TODO

background task for bulk insert

HOW TO RUN

To dev:
create a python venv, start it, install dependencies and run dev.sh:

python -m venv venv
source venv/bin/activate
pip install -r dev-requirements.txt
source dev.sh

To test:

create a python venv, start it, install dependencies and run test.sh:

python -m venv venv
source venv/bin/activate
pip install -r dev-requirements.txt
source test.sh

To run:

source run.sh

Application should respond at:
http://localhost:9999

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Shell 3.9%
  • Dockerfile 1.0%