Go to file
Aditya Thakral 0548beb3bb Fix #1 2021-06-07 23:23:49 -04:00
.vscode Add frontend and backend integration example 2021-03-17 02:33:12 -04:00
assets Add frontend and backend integration example 2021-03-17 02:33:12 -04:00
backend Use the new CSC logo 2021-06-07 22:04:37 +00:00
frontend Fix #1 2021-06-07 23:23:49 -04:00
.gitignore create .env and tailwind.css file in setup.sh 2021-06-08 02:12:50 +00:00
README-deploy.md Final changes required for deployment 2021-05-18 19:00:28 -04:00
README.md Add a setup script 2021-03-15 00:30:16 -04:00
build.bash Final changes required for deployment 2021-05-18 19:00:28 -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 create .env and tailwind.css file in setup.sh 2021-06-08 02:12:50 +00: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