Boo Coding Assignment
-Add Profile -Add Comments -Like/Unlike -Filter Comments -Sort Comments
Here is Prerequisites and Installation
- Node.js
- Clone this repository: git clone https://github.com/True-Means/boo-coding-assignment.git
- Change into the project directory: cd your-project
- Install dependencies: npm install
npm start
GET /:id: Get Profile by ID.POST /createProfile: Create Profile.POST /postComments: Create Comment.POST /getComments: Get/Sort/Filter Comments.POST /toggleLike: Like/Unlike Comment.
npx jest