Skip to content

Camp-Site review website based on Node.js, Express & MongoDB.

Notifications You must be signed in to change notification settings

inyoka/Sample-Camping-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YelpCamp Website

Camp-Site review website based on Node.js, Express & MongoDB. Web Developer Bootcamp Final Project.

  • NOTE: This is NOT an exact run-through. Based on my experience I have used Flex for layout, not Bootstraps columns. Also I have implemented Bootstrap 4, not 3. Likely the project will deviate more as I progress.

For personal reference only, it is the journey not the destination.

Final project from this course, but with many alterations: https://www.udemy.com/the-web-developer-bootcamp

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install :

Download Node.js from here.

Installing

  1. Clone this git repository ...
git clone https://github.com/inyoka/yelpcamp.git
  1. From inside the project directory run ...
npm install

... this will install the dependencies on package.json.

  1. Start the server ...
node app.js
  1. Use the IP address and port displayed in the console to open the site in Chrome. By default this will be 127.0.0.1:8000.

End with an example of getting some data out of the system or using it for a little demo

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

Unknown

Acknowledgments