Skip to content

msonmezates/Travel_Club

Repository files navigation

Travel Club

Known Vulnerabilities NSP Status

This application is a simple travel guide that is created with MongoDB, Express, EJS and Node.js.

Live Demo

To see the app in action, go to https://travelclub.com

Features

  • 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 travel place posts with basic functionalities:

    • Create, edit and delete posts and comments

    • Upload travel place photos

  • 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 travel place photos when editing

  • 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/msonmezates/Travel_Club.git

Change directory

Navigate into directory `cd Travel_Club`

Install dependencies

npm install

or

yarn install

Run

node app.js

> Server runs on http://localhost:3000

Built with

Front-end

Back-end

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published