A server in Node JS to hold transactions for Gift and Loyalty cards.
Find a file
dependabot[bot] 282f0b6899
Bump mongoose from 5.7.5 to 5.13.15
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.5 to 5.13.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.5...5.13.15)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 16:36:07 +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 mongoose from 5.7.5 to 5.13.15 2023-02-01 16:36:07 +00:00
package.json Bump mongoose from 5.7.5 to 5.13.15 2023-02-01 16:36:07 +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