Skip to content

Web App for curated vacation spots, that focuses on reviewing & sharing information.

Notifications You must be signed in to change notification settings

sachingw777/VacayCity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VacayCity

Live Demo

To see the app in action, go to VacayCityLive

Features

  • Authentication:

    • User login with username and password

    • Admin sign-up with admin code

  • Authorization:

    • One cannot manage posts and view user profile without being authenticated

    • One cannot edit or delete posts and comments created by other users

    • Admin can manage all posts and comments

  • Manage campground posts with basic functionalities:

    • Create, edit and delete posts and comments

    • Upload site photos

    • Search existing sites

  • Manage user account with basic functionalities:

    • Profile page setup with sign-up
  • Flash messages responding to users' interaction with the app

  • Responsive web design

Custom Enhancements

  • Update campground photos when editing sites

  • Update personal information on profile page

Getting Started

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.

Clone or download this repository

git clone https://github.com/sachingw777/VacayCity.git

Install dependencies

npm install

or

yarn install

Built with

Front-end

Back-end

Platforms

License