Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 966 Bytes

README.md

File metadata and controls

57 lines (39 loc) · 966 Bytes

boo-coding-assigment

Table of Contents

Overview

Boo Coding Assignment

Features

-Add Profile -Add Comments -Like/Unlike -Filter Comments -Sort Comments

Getting Started

Here is Prerequisites and Installation

Prerequisites

  • Node.js

Installation

  1. Clone this repository: git clone https://github.com/True-Means/boo-coding-assignment.git
  2. Change into the project directory: cd your-project
  3. Install dependencies: npm install

Usage

npm start

API Endpoints

  • 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.

Testing

npx jest