Alasdair Carstairs, Eric Cross, Myriam Boran
Find out the number of trees required to absorb the released CO2 from your trip by selecting from the transport categories and providing the distance travelled.
Install dependencies:
npm install
Run a mongoDB server:
mongod
Seed the database:
mongo < server/db/seeds.js
Run webpack:
npm run build
Run express:
npm run server:dev
The application is running on port 3000 so visit http://localhost:3000.