Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 585 Bytes

readme.md

File metadata and controls

41 lines (31 loc) · 585 Bytes

Building a REST API with MEN

CRUD API that also has authentication built-in (without frontend).

Database - NoSQL

  • MongoDB Atlas
  • CRUD routes
  • Auth - User model
  • Nodemon

Test with

  • Postman

Test with Postman

  • Swagger

Implementation and test

  • Mocha & Chai

Test with Mocha & Chai

  • Test DB

with Mocha & Chai

Usage

# Install Node.js and npm 
(Node package manager)
npm install -g npm

# Run in development
npm run dev

# Run in production
npm start

RestAPI