Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.09 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.09 KB

CodeClan Week 9 Group Project

Alasdair Carstairs, Eric Cross, Myriam Boran

TreeTrip Javascript Project

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.

Screenshot landing page Screenshot first category Screenshot second category Screenshot distance category Screenshot results Screenshot alternative options

Running the website locally:

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

Using

The application is running on port 300 so visit http://localhost:3000.