NodeJS Skeleton for Airport AI

This repository includes a NodeJS / Express / MongoDB skeleton app.

Setup

Requirements

Make sure you have MongoDB installed and running on your computer as well as NodeJS/NPM installed.

Steps

On the root of this app, run the following command to install dependencies:

npm install

On the root of this app, run the following command to run the application:

npm start

If everything is ok, you should see a 'Hello world!' message when you go to 'http://localhost:3000' on your browser.