Skip to content

AnonyPost is a secure platform for anonymous posting social media, built with a React frontend and a Node.js backend. It ensures privacy, encryption, and moderation to create a safe and open space for users to share thoughts without revealing their identity.

Notifications You must be signed in to change notification settings

mahmud-r-farhan/AnonyPost

Repository files navigation

Annoy Post - Post Anonymous

Overview

A secure platform for anonymous message posting, built with React frontend and Node.js backend.

Frontend (React)

Modern UI for anonymous messaging.

Tech Stack

  • React + Redux
  • Axios
  • CSS Modules

Core Features

  • Anonymous posting
  • Message feed
  • Responsive design

Setup Frontend

cd frontend
npm install
npm start

Backend (Node.js)

RESTful API server with MongoDB storage.

Tech Stack

  • Node.js + Express
  • MongoDB + Mongoose

Core Features

  • Secure API endpoints
  • Data validation
  • Error handling

Setup Backend

cd backend
npm install

Create .env:

MONGO_URI=<mongodb_connection>
PORT=5000

Start server:

npm start

Development

  • License: MIT
  • Contributions: Via pull requests

About

AnonyPost is a secure platform for anonymous posting social media, built with a React frontend and a Node.js backend. It ensures privacy, encryption, and moderation to create a safe and open space for users to share thoughts without revealing their identity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published