- Python 3.10+
- pipenv ou pip
- FastAPI
- Uvicorn (server)
- Pytest
- sqlalchemy
- Alembic
- Postgresql
git clone https://github.com/flavienn-hugs/apilabonnedame.git
run: make runserver
or
uvicorn core.main:app --reload
If use pipenv: pipenv install
or
If using pip: pip install -r core/requirements.txt