Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahmud-r-farhan/anonypost

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.
https://github.com/mahmud-r-farhan/anonypost

axios cloudinary cors dotenv emailjs express express-rate-limit helmut mongoose multer react-helmet-async reactjs social-media social-network tailwindcss web-vitals webpack xss-clean

Last synced: about 10 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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
```bash
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
```bash
cd backend
npm install
```

Create `.env`:
```
MONGO_URI=
PORT=5000
```

Start server:
```bash
npm start
```

## Development
- License: MIT
- Contributions: Via pull requests