- Hilmi Baskara Radanto (Hustler)
- Ceavin Rufus De Prayer Purba (Hacker)
- Syafiq Ziyadul Arifin (Hacker)
- Carissa Tabina Rianda (Hipster)
- Place the serviceaccount.json file in the project directory. You can obtain this file from your GCP account under the IAM & Admin section.
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
source venv/bin/activate
- Install required packages:
pip install -r requirements.txt
- Run the application:
python3 app/main.py
- Linting:
pylint app/*.py app/auth/*.py app/routes/*.py app/schemas/*.py
- Auto-formatting:
black app/*.py app/auth/*.py app/routes/*.py app/schemas/*.py