Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 526 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 526 Bytes

To-do-list - api

nodejs, express, jwt, bcrypt, jest, cucumber, mysql

Requirements

https://nodejs.org

Development

Install dependencies

  • npm install

Running application

  • cd docker && docker-compose up // To run mysql database
  • npm start

Account:

  • username: jonsnow
  • password: password

Tests

  • cd docker && docker-compose up // To run mysql database
  • npm run test

Linter

  • npm run lint