Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 1021 Bytes

File metadata and controls

35 lines (28 loc) · 1021 Bytes

WE

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).

Project Contributors

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

Getting Started

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