Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.39 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.39 KB

YelpCamp

Yelpcamp is a campsite evaluator where you can see campsite reviews before you plan your next camping trip.

GitHub issues GitHub forks GitHub stars GitHub

Installation

To install this project is simple, just follow the steps below.

  1. Clone the repositorie into you machine. git clone https://github.com/JKFher/yelpcamp.git
  2. Into the folder install the dependencies. yarn or npm install
  3. Run the application. yarn start or npm start
  4. Have fun!

Tech

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)

Contributing

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.

License

MIT