Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 451 Bytes

Node_backend_codebase

Simple Node/Express/MongoDB backend service.
DB: MongoDB Atlas.

Project start

npm install

Config mongodb uri in .env

Available Scripts

In the project directory, you can run:

npm start

npm test

Runs the server in the development mode.
http://localhost:5000

Features

  • Request validate using Joi validation.
  • Smart query string parsing for get end points.
  • Testing with jest and supertest