Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 782 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 782 Bytes

OVERVIEW

Backend application using NodeJS

Production DEMO can be found in the following link

DEVELOPMENT

  • Setup DB using contacts json or pg backup located in docs/* folder
  • Clone this repo
  • Navigate to src folder
  • Execute npm install to download dependencies
  • Modify src/Config.js to get the correct database - ONLY modify values under development
  • Run npm start to execute the server

TESTING

  • Clone this repo
  • Navigate to src folder
  • Execute npm install to download dependencies
  • Run npm test to test the server

AUTHOR

LICENCE

MIT