cd backend
pip3 install -r requirements.txt
- Install packages from package.json
cd ..
cd frontend
npm install
- Start frontend
npm run serve
- Open another terminal and start backend
cd backend
python main.py
- Go to http://127.0.0.1:8080 (link) to access our homepage