Skip to content

dariusz-m/to-do-list-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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