/crud-express-with-unit-integration-tests

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

Primary LanguageJavaScript

Node.js CI

Introduction

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

Front end: https://crm-crud.herokuapp.com/customers

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