/allocations-service

REST API Service provider for Midburn's tickets and early arrival allocations.

Primary LanguageJavaScript

Build Status

Tickets Allocation

Prerequisites

Node.JS

You should have Node.JS ver. 10+ installed (NVM/NVM Windows is recommended)

MongoDB

You should have MongoDB Server installed and running.

Installation

  • Clone the repo
  • run npm install

Development

Make sure to create a local .env file (see .env.example file)

Build

  • run npm run build:dev for webpack compilation with watch option.
  • run npm build for production optimized build.

Starting the server

  • run npm start (nodemon keeps the process alive).