This repository will be a clean setup of the backend for Localight.
It's implementation will be directed by Julian, and supervised by James. Aaron will assist where fit.
To start nodemon, you must enter the command:
$ nodemon ./bin/www http://{{Your frontend location such as localhost}}:{{port}}
So, for example:
$ nodemon ./bin/www http://localhost:9000
These are the rules for this repository:
ALL pull requests must be approved by another team member. No exceptions.
Branches are to be kept cleanly.
Before creating a pull request, your code must be complete and fully working. If an issue is discovered, it must be fixed before the request is pulled in.
Follow the schema layout listed in the wiki.
Follow the route layout listed in the wiki.
Organize your files like pre-existing files.
Spend as much time organizing your code as you do writing it.
Do not copy/pasta. All code should be written by hand, and should look thus.