Yelpcamp is a campsite evaluator where you can see campsite reviews before you plan your next camping trip.
To install this project is simple, just follow the steps below.
- Clone the repositorie into you machine.
git clone https://github.com/JKFher/yelpcamp.git
- Into the folder install the dependencies.
yarn
ornpm install
- Run the application.
yarn start
ornpm start
- Have fun!
Yelpcamp is a personal project to learn more about JavaScript and mainly about Node.JS.
- NodeJS (Server)
- Bootstrap
- EJS (Engine View)
- MongoDB (Database)
- Heroku (Deploy)
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.