Backend application using NodeJS
Production DEMO can be found in the following link
- 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
- Clone this repo
- Navigate to
src
folder - Execute
npm install
to download dependencies - Run
npm test
to test the server
- Daniel Prato [email protected]