CSIT327-G1 Final Project
- Baclayon, Leonel Christie - carefreebee
- Sagmon, Liden Niño - lninyow
- Tampus, Nathaniel John - dotnize
The frontend repository is at carefreebee/questnight-frontend
-
Create a virtual environment:
python -m venv .venv
-
Activate the virtual environment
for linux/mac bash/zsh:
source .venv/bin/activate
for windows powershell:
.venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Modify the
.env
file accordingly to your database connection details.
python main.py