- Language JavaScript
- Back-end Node.js
- Framework Express.js
- TypeORM Sequelize.js
- Database Mysql
- Test Jest
- Clone this repo:
$ git clone https://github.com/erickwnilton/guide-api.git
- Install all dependencies:
npm install
- Run locally:
npm start
- Run global test:
npm run test
-
|__tests__
|- src
|-- controllers
|-- database
|-- models
|-- routes
` app.js
` config.js
` index.js
To carry out the tests it is necessary to pass the data and IDs to be changed. Do not perform tests without permission. They act directly on the database.