Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 442 Bytes

File metadata and controls

15 lines (14 loc) · 442 Bytes

SDCTA-Data-Visualization-Website

Install dependencies then run the backend:

$ cd server
$ npm install
$ npm start

In a separate terminal install dependencies and run the frontend:

$ cd SDCTA
$ npm install
$ npm start

Note: You will need a .env file that defines DATABASE_URL. Please see the backend README at server/README.md for further details on the .env file and connecting to and accessing the Mongo database.