Skip to content

A CRUD implementation using Mongoose in Express. Unit tests and integration tests are written using Jest.

Notifications You must be signed in to change notification settings

minhajul-karim/crud-express-mongoose-with-unit-integration-tests

Repository files navigation

Run tests

Introduction

A CRUD implementation using Mongoose in Express. Unit tests and integration tests are written using Jest.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/minhajul-karim/crud-sequelize.git
  2. Install NPM packages
    npm install
  3. Run server with
    npm start

Running Tests

Run unit and integration tests

npm run test

About

A CRUD implementation using Mongoose in Express. Unit tests and integration tests are written using Jest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published