Backend Development Project: Anonymous Messaging Platform

Project Description:

The project's objective is to build a secure and functional backend system where users can send anonymous messages to one another.

Prerequisites:

  • Node.js
  • MongoDB.

Installation

  1. Clone the repository:
git clone https://github.com/AirZED/anonymous-messaging-backend.git
cd your-repo
  1. Install dependencies:
npm install
  1. Running the Application To run the application in development mode:
npm start

To run the application in production mode:

npm run start:prod

API Hosted Link

You can access the hosted API at Hosted Link

API Documentation Link

You can access the link to the API Documentation