This repository contains the source code for the Gyeeta nodejs based Webserver.
The repository is made up of 2 components :
- Backend webserver components : These include the Shyama and Madhava server communication components and the route handlers
- Frontend Build : This uses the Frontend Repository and includes the minified Reactjs bundle for the Web UI
npm install
Note : After cloning the repo, users must first include the Frontend bundle by running the deployinstall.sh script within frontend repo.