A Web App devoted for people who love Camping and Adventures!!!
This web app is made on Node.js framework with MongoDB and Express library.It has a fully functional RESTful blog feature where a User can sign up and add their travel experiences. And see what others have posted and give feedbacks in comments. Every User has a dedicated profile.
Have a look!!!
https://yelpcamp-astral1729.herokuapp.com/You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs
$ sudo apt install npm
$ git clone https://github.com/astral29/PROJECT_TITLE
Sign Up for Accuweather API key. You will need to:
- Set environment variable for your MongoDB Database Url;
- Set environment variable for AccuWeather API Key ;
$ cd PROJECT_TITLE
$ node app.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.