Description

ZIMAD Test Project with Node.js, Express.js and MySQL

Prerequisites

  • Installed Node.js >= 10
  • MySQL database

Installation

$ npm install

Running the app

  1. edit .env file from example by adding database credentials and so on
# development
$ npm run start

Test

# unit tests
$ npm run test