Skip to content

Repository files navigation

Post Manager Backend

Description

This is the backend where we have the following functionalities:

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Post Management

Description

This is a project that manages users like to a post that has been posted by someone. Assume that there are different users and every user would have different post that they might have been posted. Now we would let other users to view the post and like the post or dislike the post if they made a like. Accordingly the like count would increase or decrease.

routes and descriptions

  • user adds post
  • user delete
  • user view post
  • user update the post
  • user likes post
  • user dislike post

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages