A Node.js web application project from the Udemy course - The Web Developer Bootcamp by Colt Steele
Table of Contents
There are many great projects out there but colt steele Yelp Camp is the best out there. Heavily liked by developers around the world for the approach. It was a big learning experience. The updated Yelp Camp is a major project that adds shine in your Resume.
Here's why:
- The project takes you from being a frontend to a full stack developer in it's journey.
- Learning top technologies like Node.js, Express.js and MongoDB along with mongoose.
- Using SDKs like MapBox GL, Cloudinary and ATLAS for online Storage.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This app contains API secrets and passwords that have been hidden deliberately, so the app cannot be run with its features on your local machine. However, feel free to clone this repository if necessary.
git clone https://github.com/Anunay-Anand/YelpCamp.git
Install dependencies
npm install
or
yarn install
Some comments in the source code are course notes and therefore might not seem necessary from a developer's point of view.
- Node.js
- Express.js
- Mongoose
- MongoDB
- passport
- passport-local
- express-session
- method-override
- multer
- cloudinary
- MapBoxGL
- connect-flash
- Cloudinary
- Heroku
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name - Anunay Anand - anunayanand@gmail.com
Project Link: https://github.com/Anunay-Anand/YelpCamp