Coder Social home page Coder Social logo

imyky1 / yelpcamp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 113 KB

It's designed to showcase various aspects of full-stack web development, including front-end design, back-end development, and database integration.

JavaScript 88.04% CSS 5.11% EJS 6.85%
fullstack-development web-development website

yelpcamp's Introduction

YelpCamp

This project is a full stack website from a course called Web Developer Bootcamp by Colt Steele. Screenshot (184)

YelpCamp is essentially a website that allows users to discover and review campgrounds. Users can create accounts, browse existing campgrounds, leave reviews, and add new campgrounds to the platform

Features

Authentication

Users can sign up or login using username and password.

User can not submit campgrounds if they are not logged in.

Authorization

User can only modify campgrounds created by them.

User Profile

Every registered user has profile where all his submitted campgrounds are shown.

Basic Functionality

Add Name, Image and Description to the campground.

Create, Update, Delete the Campground.

Add comments to campgrounds.

Flash Important messages to warn or greet the users.

Responsive Web design.

Interactive Maps

Image Upload

Screenshot (185) Screenshot (186)

Run it Locally

  1. install Mongodb
  2. Create Cloudinary account to get an api key and secret code
  3. Create an account on mapbox to get mapbox token
git clone https://github.com/imyky1/YelpCamp.git
cd yelpcamp
npm install

Create a .env file (or just export manually in the terminal) in the root of the project and add the following:

CLOUDINARY_NAME=name
CLOUDINARY_KEY=key
CLOUDINARY_SECRET=secret
MAPBOX_TOKEN= mapbox token

Run mongod in another terminal and node app.js in the terminal with the project.

Then Go to http://localhost:3000/

yelpcamp's People

Contributors

imyky1 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.