Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ This repo is functionality complete — PRs and issues welcome!
To get the Node server running locally:

- Clone this repo
- `npm install` to install all required dependencies
- `npm install` to install all required dependencies.

Where there are instances of npm vulnerabilties that requires semver-major dependency updates after running `npm install` to install all dependencies, fix error by changing the package.json version manually to the version recommended. Packages such as ejs, express-jwt, jsonwebtoken, mongoose are likely to fall under these categeories due to regular updates.

- Install MongoDB Community Edition ([instructions](https://docs.mongodb.com/manual/installation/#tutorials)) and run it by executing `mongod`
- `npm run dev` to start the local server

Expand Down
Loading