Create your own envelope and send it to your friend, family, or loved ones!
Try It : MyEnvelope
Try It : MyEnvelope (envelope.jooo.site)
if you want to try, continue or modify this project, you can follow these steps:
- Clone this project
git clone https://github.com/jo0707/myenvelope- Change directory to the project
cd myenvelope- Install dependencies (pnpm)
pnpm installThis project use MongoDB as its messages database:
- Create .env file on the root of the project
- Create a MongoDB Atlas account
- Create a new deployment / project (Use M0 to get free plan)
- On the overview tab, click Connect > Drivers > Nodejs
- copy your connection string to .env file
.env example
MONGODB_URI=mongodb+srv://changeyourusername:changeyourpassword@clusterX.xxxxx.mongodb.net/app?retryWrites=true&w=majority- Run the project
pnpm dev- Build the project
pnpm run build
#or
pnpm run generate # static hostingThat's it!
Made by jo0707
Feel free to contribute to this repository!


