A server in Node JS to hold transactions for Gift and Loyalty cards.
Find a file
2022-02-11 21:58:57 -05: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 mongodb from 2.2.33 to 3.1.13 2022-02-12 02:58:51 +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