/bl-blog-api

In this project, you're going to create a backend API for a blog. This API will have two separate front-ends - one for readers to access and comment on posts, and another for the author to write, edit, and publish posts. This setup demonstrates the separation of frontend and backend, an important practice in modern web development.

Primary LanguageJavaScript

Stargazers