- Install Python virtual environment
python -m venv .venv
- Setup Local Environment Variables
cp .env.example .env
-
Supply values on .env
-
Activate python virtual environment
- Mac:
source .venv/bin/activate
- Windows:
source .venv/Script/Activate
- Install all dev dependencies
pip install -r requirements.txt
- Run API server
python app.py
- John Christian Balang @jcbalang-dev
- Raymund Fontanilla @raymundpaulfontanilla
Pull requests are welcome!
For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Big Boy Developers