Skip to content

wkustudentwebdev/moonwalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moonwalk

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.

About

A backend for the Walk to the Moon project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published