This repo contains the implementation of the backend for the minimum viable product (MVP) of Pepita.
The backend is based on the Flask framework.
Initial setup:
- Ensure
pipis installed in your system - Create & activate a virtual environment using
pip - Run
pip install -r requirements.txtin the activated virtual environment
Commands:
Runs the application in development mode. This requires:
- A database server to be running at the time of starting the backend
- A
.envfile with variablesDBUSER_DEV,DBPASS_DEV,DBHOST_DEV,DBNAME_DEVdefined.