Skip to content

viobai/YelpDive

Repository files navigation

YelpDive

A yelp-styled NodeJs application that features diving spots!

Live Demo

To see the app live, please visit here.

Features

  • Authentication:
    • User sign up and login with flash messages incorporated
  • Authorization:
    • One can only add/edit/delete diving spot information page after being authenticated
    • One can only add/edit/delete reviews after being authenticated
  • Basic Functionalities (no need for logging in):
    • View diving spot information
    • Display diving spot location on Google Maps
    • Search existing diving spots by title and location
  • Custom Features:
    • Recent local news of the diving spot is displayed

Demo

Technology Used

  • ejs
  • Google Maps API
  • News API
  • express
  • mongodb
  • passport
  • connect-flash

License

Copyright 2020 Viola Bai

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http:https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.