An app that creates preferred wishes by uploading a photo for the wish with your name and message you can also send it to someone to wish them.
This section will be a short guide to setup this app for use with some steps.
Some preferred ones are below
Use this repo's link while cloning in the tutorial
Create and setup account at MongoDB Atlas and copy the DataBase url and paste in a new file .env in the base app folder.
sudo nano .envThen add MONGOURL = 'https://yoururl.to.mongo.atlas' in the .env file and save it.
npm installThis will install the required npm packages.
sudo npm install -g pm2
cd the-folder
sudo pm2 start server.jsAfter this continue following the tutorial for nginx part.
This little app also enable to add your ads, Paste the header code of Adsense, I dont know about other ad services. Between the head tag in both the files in views folder which are index.hbs and wish.hbs.
<!-- Adsense header code below -->
<!-- Adsense header code above -->And then paste the adcode between the comments
<!-- Adsense code below -->
<!-- Adsense code above -->