The repository hosts the backend and frontend code for CodeFest web app.
Backend is build using Django Web Framework. Frontend is build using Vue.Js Framework.
- Create
.env
file. Use.env.example
for template. - Run
python create_service_account_json.py
to create service_account.json file. - Follow usual steps to run the django application.