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.