Install dependencies: After cloning this repository, run npm install.
Install the database: After installing all dependencies, you'll need to manually create a MySQL database you can use. Then, execute the statements in install.sql
Run it
Start
Run npm start
Stop
Run npm stop
Restart
Run npm run restart
Develop it
Development scripts
Generate code documentation: npm run docs
JavaScript linting: npm run lint
Run tests npm test (this will run both linting and testing)
Code
This project is a pretty standard NodeJS project.
Project config stuff is in the project root folder