A backend for the Walk to the Moon project
To setup, create a .env file with the following arguments
NODE_ENV = 'development' # 'development' || 'test' || 'production'
MORGAN_ENV = 'dev' # 'dev' || 'common'
PORT = 3000
Then, run either yarn or npm install
To run the server, use the command .\node_modules\.bin\nodemon
Then, open your browser to localhost:3000 to see a JSON Hello World response.