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.
Final project from this course, but with many alterations: https://www.udemy.com/the-web-developer-bootcamp
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.
What things you need to install :
- Clone this git repository ...
git clone https://github.com/inyoka/yelpcamp.git
- From inside the project directory run ...
npm install
... this will install the dependencies on package.json.
- Start the server ...
node app.js
- 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
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Colt Steele : Primary Creator Developer and Instructor.
- Simon Mark Holland BA Hons (aka Inyoka) - Updating to Bootstrap 4 and Flexbox -
See also the list of contributors who participated in this project.
Unknown
- Final project from "The Web Developer Bootcamp", a course which is thoroughly recommended.
- Thanks to Colt Steele : Developer and Bootcamp Instructor.
- All the programmers involved in Node.JS and the extensive library of addons available through npm.