Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mahmud-r-farhan/anonypost
- Owner: mahmud-r-farhan
- Created: 2025-02-09T19:24:55.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-02-10T17:24:46.000Z (about 12 hours ago)
- Last Synced: 2025-02-10T17:41:18.650Z (about 11 hours ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://anonypost.netlify.app/
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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