Skip to content

Repository files navigation

Blog App Backend with Nodejs and Express

A simple backend with endpoints to manage blog articles.

Endpoints /api/v1

  • /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

Docker

If you need to execute backend in Docker environment, download 'dockerize' branch.

About

API REST of a blog builded with NodeJS + Express

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages