The project's objective is to build a secure and functional backend system where users can send anonymous messages to one another.
- Node.js
- MongoDB.
- Clone the repository:
git clone https://github.com/AirZED/anonymous-messaging-backend.git
cd your-repo
- Install dependencies:
npm install
- Running the Application To run the application in development mode:
npm start
To run the application in production mode:
npm run start:prod
You can access the hosted API at Hosted Link
You can access the link to the API Documentation