Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 319 Bytes

File metadata and controls

9 lines (5 loc) · 319 Bytes

nodeTodo

This is a very basic express application that implements a TO-DO list REST API that uses JSON web tokens for authentication.

Run as a development environment

To run this on a development environment you must install docker

Having this you only need to run docker-compose up -d and everything is set.