The platform for Encryptid '20 built using Django, PostgreSQL, and Firestore.
Check out the concept here.
- Set up a virtual environment and install all the requirements from
requirements.txt
py -3 -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
-
Create a Firebase project and activate the Firestore DB.
Download the project's service account credentials and populate it in a.env
-
Make the necessary migrations using
python manage.py migrate
-
Run the server on port 8000 using
python manage.py runserver