- Install git repo in your project with the following command Git clone
- Run the python server with the following command
python main.py
- And then run the db.json server with the following command on Windows
npx json-server db.json
Linux
json-server --watch db.json
Front-end: Html, css, FETCH API
Back-end: Flask, Google Oauth2.0, schema.sql