Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 785 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 785 Bytes

sayall

SayAll is an anonymous messaging platform. Users can send messages and feedbacks to other users without telling their identity.

sayall

How to run ?

-> 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