A server in Node JS to hold transactions for Gift and Loyalty cards.
Find a file
dependabot[bot] 0364b3eb2d
Bump minimist and mkdirp
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together.

Updates `minimist` from 1.2.5 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)

Updates `minimist` from 1.2.0 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.5
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.5)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 22:51:33 +00:00
etc Commit project 2019-06-19 10:46:14 -04:00
middleware Commit project 2019-06-19 10:46:14 -04:00
models Commit project 2019-06-19 10:46:14 -04:00
node_modules Commit project 2019-06-19 10:46:14 -04:00
passport Commit project 2019-06-19 10:46:14 -04:00
LICENSE Initial commit 2019-06-19 10:33:49 -04:00
package-lock.json Bump minimist and mkdirp 2023-02-28 22:51:33 +00:00
package.json Bump mongodb from 2.2.33 to 3.1.13 2022-02-12 02:58:51 +00:00
README.md Commit project 2019-06-19 10:46:14 -04:00
server.js Commit project 2019-06-19 10:46:14 -04:00

Node server

A server in Node JS to hold transactions for Gift and Loyalty cards.

Installing

Install Node JS by following the instructions on their webpage. NPM will also be necessary, but the installation of Node JS should have it bundled.

Install MongoDB.

Clone this repository.

Install packages

$ cd cluster-server
$ npm install

Usage

The following command will start the server:

On Windows

$ npm run devwin

On Mac / Linux

$ npm run dev