To see the app in action, go to https://frozen-gorge-33808.herokuapp.com/
-
Authentication:
- User login with username and password
-
Authorization:
-
One cannot manage posts and view user profile without being authenticated
-
One cannot edit or delete posts and comments created by other users
-
-
Manage campground posts with basic functionalities:
-
Create, edit and delete posts and comments
-
Upload campground photos
-
-
Manage user account with basic functionalities:
- Sign Up and Login page
-
Flash messages responding to users' interaction with the app
-
Responsive web design
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.
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.