SayAll is an anonymous messaging platform. Users can send messages and feedbacks to other users without telling their identity.
-> There are two folders in this repository.
-> NodeJs folder contains files for API
-> NextJS folder contains files for frontend
-> Clone the repo
-> Goto NodeJs folder, open 'Constants.js' file and enter your mongodb address.
-> Start API server, open terminal in NodeJs folder and run :
npm install
node app.js
Make sure port 3000 is free.
-> Goto NextJS folder, open terminal and run :
npm install
npm run dev
Make sure port 3001 is free.
Live Demo : https://sayall.me