$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodThis 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.
- user adds post
- user delete
- user view post
- user update the post
- user likes post
- user dislike post