A CRUD implementation using Sequelize in Express. Unit tests and integration tests are written using Jest.
Front end: https://crm-crud.herokuapp.com/customers
To get a local copy up and running follow these simple example steps.
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
- Clone the repo
git clone https://github.com/minhajul-karim/crud-sequelize.git
- Install NPM packages
npm install
- Run server with
npm start
Run unit and integration tests
npm run test