Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 749 Bytes

File metadata and controls

41 lines (26 loc) · 749 Bytes

Project Name

RUinn? Bookings Module

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Run MongoDB (your mongoDB filepath here) Run a get request using Postman or something similar to localhost:3003/seedDb to seed database of mock data Start server using npm start

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install