- Install node js from https://nodejs.org/en/download/
- Install yarn by writing
npm install --global yarnin cmd - Clone this repo and run the command
yarn installto 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 apicd to api folder- run the command
pip install -r requirements.txtto install all the requirements - Click the run button or
python api.pyto run the file and start the backend server.