This app for lovers has only one goal: to make each other happier by telling the significant other that you think about him/her.
- nodejs
- socket.io
- mongodb - atlas
- web service workers
- heroku
mongodb
installed somewhere.
I personally recommend installing it using docker. If you are running mongodb in another location - please change .env file accordingly
docker run --network=host -p 27017:27017 mongo
npm install
npm start
- Install heroku cli
- Run the script
heroku create
heroku features:enable http-session-affinity
heroku config:set PUBLIC_URL=xxx PORT=80 VAPID_PRIV=xxx VAPID_PUB=xxx
git push heroku master
- Clone the repo
- Install heroku cli
- Run this script
heroku login
heroku git:remote --app hearty-app
git push heroku master