You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aditya Thakral 0548beb3bb Fix #1 2 years ago
.vscode Add frontend and backend integration example 2 years ago
assets Add frontend and backend integration example 2 years ago
backend Use the new CSC logo 2 years ago
frontend Fix #1 2 years ago
.gitignore create .env and tailwind.css file in setup.sh 2 years ago
README-deploy.md Final changes required for deployment 2 years ago
README.md Add a setup script 2 years ago
build.bash Final changes required for deployment 2 years ago
common.sh Add a setup script 2 years ago
dev.sh Add a setup script 2 years ago
setup.sh create .env and tailwind.css file in setup.sh 2 years ago

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