Skip to content

Files

Latest commit

sudo-jarvisshukapurvTarun-Arora
Sep 21, 2023
bb8b3c0 · Sep 21, 2023

History

History
14 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 407 Bytes

CodeFest IIT BHU

Introduction

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.

Setup

  1. Create .env file. Use .env.example for template.
  2. Run python create_service_account_json.py to create service_account.json file.
  3. Follow usual steps to run the django application.