Skip to content

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.

Notifications You must be signed in to change notification settings

Sacchi4649/bl-blog-api

Repository files navigation

Inventory Management App Project by BlueLearn

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.

Tools

Tools
Express.js image image

Installation n Running

  1. run npm init to install dependencies
  2. add .env file
  3. execute node index or nodemon index command to run the server

API Collection

Postman collection:

https://api.postman.com/collections/27992524-0d83794a-12ce-4b35-aa51-9c819ddbf992?access_key=PMAT-01HJ4EP3KHRMWJ7S5PD33FG01C

.env

PORT =

DATABASE = (your_mongodb_credential)

SECRET_KEY = (fill_anything)

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published