Emory Course Critique

for live site

Overview

Emory course critique makes course selection easier by providing a user friendly course/professor reviewing platform

Running

Install dependencies: $ npm install

Set up database environment: $ source dev_env.sh

Fire up a development server: $ npm run dev

Once the server is running, you can visit http://localhost:3000/

Production Build

Set up database environment: $ source dev_env.sh

To build your production assets and run the server:

$ npm start