This app checks an empty camping site every few minutes and sends notifications to users by email or SMS. Live app
#clone the repo
git clone https://github.com/monad98/Campsite-Finder.git
#change directory to repo
cd Campsite-Finder
# install dependencies
npm install
# enviroment variables
edit .env.exmaple file and rename it to .env
#start
npm run serve
or
npm start
- Express
- MongoDB
- pug template engine
- cheerio
- passport