Skip to content

A simple backend for Blogging-Platform that allow Editors to add posts and Readers react & comment on posts. with live comment feature by websocket-server emit when user typing a comment.

Notifications You must be signed in to change notification settings

m16shoukry/Blogging-Platform

Repository files navigation

Blogging-Platform

craete an enviroment file (.env)

1- rename the ( .env.example ) file to be .env
2- add required connection for your DB_url variable. here using (mongoDB)



Installation

$ npm install

Running the app

$ npm run start:dev

To view APIs Documentation and Test Inputs/Outputs

  • open in your browser while project is running [http://localhost:3000/api] for swagger.


Docker

$ docker-compose up

About

A simple backend for Blogging-Platform that allow Editors to add posts and Readers react & comment on posts. with live comment feature by websocket-server emit when user typing a comment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published