A secure platform for anonymous message posting, built with React frontend and Node.js backend.
Modern UI for anonymous messaging.
- React + Redux
- Axios
- CSS Modules
- Anonymous posting
- Message feed
- Responsive design
cd frontend
npm install
npm start
RESTful API server with MongoDB storage.
- Node.js + Express
- MongoDB + Mongoose
- Secure API endpoints
- Data validation
- Error handling
cd backend
npm install
Create .env
:
MONGO_URI=<mongodb_connection>
PORT=5000
Start server:
npm start
- License: MIT
- Contributions: Via pull requests