- Install node js from https://nodejs.org/en/download/
- Install yarn by writing
npm install --global yarn
in cmd - Clone this repo and run the command
yarn install
to download all the modules - Create a firebase app on https://console.firebase.google.com and paste your config in
src\firebase.js
(See firebase.js.example) - Run
yarn start
.
cd api
cd to api folder- run the command
pip install -r requirements.txt
to install all the requirements - Click the run button or
python api.py
to run the file and start the backend server.