Skip to content

Using the MongoDB Atlas, ExpressJS and NodeJS (MEN) --Testing with Mocha & Chai

Notifications You must be signed in to change notification settings

ilyesedina/RestAPI

Repository files navigation

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

About

Using the MongoDB Atlas, ExpressJS and NodeJS (MEN) --Testing with Mocha & Chai

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages