This is a Lorem Ipsum API.
This project has been made with educational purposes.
The main idea here was to build a project using Express.
To run server:
docker-compose up server
And access http://localhost:3000
To run in development mode:
docker-compose up start
Access http://localhost:3000
and every time you change the code, the server will be reloaded
To the tests:
docker-compose run --rm npm run test