Skip to content

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

Notifications You must be signed in to change notification settings

yousufnoor5/sayall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published