Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 687 Bytes

YelpCamp

A Yelp-clone for finding camps. Made for the Colt Steele Web Dev Bootcamp.

  • Built on Node.js and MongoDB
  • Uses EJS template engine over Express.js
  • Made on Bootstrap 3.3.7
  • Now Deployed on Heroku!

Localhost Instructions :

To run the app on your localhost, follow the following steps :

    npm install
    npm start
  • Open localhost:5000 in your browser!

You should now be able to view the landing page : preview

Have Fun! :)