# marks.budget # Installation Download the repository, run `npm install`, set up a mysql server with a user and a database, fill out a `config.json` file as specified below, and then `npm run run`. `config.json` should be of the following form ``` { "database": { "host": "", "user": "", "database": "", "password": "" }, "port": } ```