A simple backend with endpoints to manage blog articles.
- /article/last/:last : Get last X articles (order by creation date)
- /article/get/:id : Get articles by id
- /article/save : Post endpoint to save article
If you need to execute backend in Docker environment, download 'dockerize' branch.