Digital-Hub Backend-Assignment

Pre-requirements

Installation

  • Clone this repo Run https://github.com/YOUR_USER/Digital-Hub-Backend-Assignment.git

  • Install Node Modules Runnpm install

  • Setup Server Run npm start

Usage

By Default server runs on PORT 4000, once server stars to run you can access in http://localhost:4000

Endpoints docs are available in http://localhost:4000/api.

Testing

If you want to check test unit scripts all of them are inside test folder. You can run with npm test command. They are built with mocha,chai, and supertest modules.

Greetings!