A web development and database management project in partial fulfilment of the fourth semester of the Bachelor of Computer Applications programme at CHRIST (Deemed to be University).
Register Number | Name |
---|---|
1841006 | Anushree Agarwal |
1841039 | Rajat Abraham Jacob |
1841046 | Sanskar Aggarwal |
1841061 | Vansikaa A |
All paperwork and docmentation can be found in the project's Wiki
The live application is hosted here and here.
To access the application locally, clone this repository,
git clone https://github.com/RajatJacob/WE
navigate into the project directory,
cd WE/
install the necessary dependencies,
npm install
and run the local server,
npm start