This is a NodeJS application to create disappearing messages. App allows the user to generate temporary URLs to share self-desctructing messages after a given time interval.
- Clone the repository -
git clone https://github.com/TheSrinathKamath/Anonymous-URL.git - Navigate to the source folder -
cd src - Install dependencies -
npm i - Add environment variables -
.env - Import database from
src/database/anonymous.sql - Run the app -
npm run start - To Run app in development mode -
npm run dev - Visit
localhost:2021orPORTcan be defined in the.envfile.
/- loads the UI/create-postrequest to generate an Anonymous URL for your message/view/:messageHash-getrequest to access the disappearing message



