Giter Site home page Giter Site logo

yelpcampgrounds's Introduction

YelpCampgrounds

This is a functional NodeJS full-stack web app built along Colt Steele's web development course.

Built on a MongoDB/Express/Node stack along with Bootstrap CSS framework for stylization. Features MVC RESTful architecture.

Homepage:

Campground

Features

  • Browse through lots of campgrounds and find them by location
  • Users can create, edit, and remove campgrounds
  • Users can post, edit and delete reviews

Built With

  • Node.js - Node.jsยฎ is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • MongoDB - The database for modern applications
  • Mongoose - Elegant MongoDB object modeling for Node.js
  • EJS - Embedded JavaScript templating
  • Bootstrap - Powerful, extensible, and feature-packed frontend toolkit.

Run it locally

  1. Install mongodb
  2. Create a cloudinary account to get an API key and secret code
  3. Register to Mapbox to get your free token.
  4. You can optionally choose to store data remotely by registering to MongoDB Atlas. In this case, you won't need to install Mongo locally.
git clone https://github.com/RuanUrb/YelpCampgrounds.git
cd YelpCampgrounds
npm install

Create a .env file in the project root directory and add the following variables:

CLOUD_URL='<url>'
CLOUDINARY_API_KEY='<key>'
CLOUDINARY_API_SECRET='<secret>'
CLOUDINARY_API_KEY='<secret>'
MAPBOX_TOKEN='<token>'
SESSION_SECRET='<secret>'

You should have mongod running in a separate terminal, then go node app.js.

Finally, go to localhost:5500.

yelpcampgrounds's People

Contributors

ruanurb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.