Go to file
Adi Thakral 4e8efcf56f Add a setup script 2021-03-15 00:30:16 -04:00
.vscode Add default vscode settings 2021-03-15 00:21:25 -04:00
assets Add a setup script 2021-03-15 00:30:16 -04:00
backend Add default vscode settings 2021-03-15 00:21:25 -04:00
frontend Move files to the frontend directory 2021-03-03 22:59:27 -05:00
.gitignore Adds python file to setup database 2021-03-11 07:20:20 -05:00
README.md Add a setup script 2021-03-15 00:30:16 -04:00
common.sh Add a setup script 2021-03-15 00:30:16 -04:00
dev.sh Add a setup script 2021-03-15 00:30:16 -04:00
setup.sh Add a setup script 2021-03-15 00:30:16 -04:00

README.md

Architecture

client-server interaction graph

Dependencies

  1. Node.js
  2. npm
  3. Python 3.6+

Setup

For setting up the frontend, setup.sh will run npm install in the frontend folder.

For setting up the backend, setup.sh will initialize a new virtual environment and setup a dummy sqlite file for testing purposes.

Dev

Run setup.sh and then run dev.sh

Production

TODO