Skip to content

A Node.js web application project! Yuru Camp Themed!

License

Notifications You must be signed in to change notification settings

Crimson-Blade/yuru-camp

Repository files navigation

YuruCamp☆

A Node.js web application project! Yuru Camp Themed! 〈(⁎→‿ฺ←)ノ・:*☆

Live Demo

Coming Soon...

Features (TO DO)

  • 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 campground photos
    • Display campground location on Google Maps
    • Search existing campgrounds
  • Manage user account with basic functionalities:

    • Password reset via email confirmation
    • Profile page setup with sign-up
  • Flash messages responding to users' interaction with the app

  • Responsive web design

Custom Enhancements Wao!! ̑̑ෆ(⸝⸝⸝◉⸝ 。 ⸝◉⸝⸝⸝)

  • Update campground photos when editing campgrounds
  • Update personal information on profile page
  • Improve image load time on the landing page using Cloudinary
  • Use Helmet to strengthen security

Getting Started (Don't, it's not ready yet! >_<)

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/Crimson-Blade/yuru-camp.git

Install dependencies

npm install

or

yarn install

Start Development Server

node ./app.js

or, if you have nodemon installed

npm start

Comments in code

Some comments in the source code are course notes and therefore might not seem necessary from a developer's point of view.

Built with

Front-end

Back-end

Platforms

License

About

A Node.js web application project! Yuru Camp Themed!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published