Skip to content

Extension-Pass is a full-stack structured travel blog that allows users to post about their travels and interact with other people's posts on previous destinations they've made in the past. The front-end is built with HTML using Handlebars.js, while the back-end is built using a MySQL database. In order to see and interact with other posts, crea…

Notifications You must be signed in to change notification settings

jermeewinn/extension-pass

Repository files navigation

Extension-Pass

Table of Contents

  1. Group Members
  2. Technology Used
  3. User Story
  4. Team's Motivation
  5. Elevator Pitch
  6. Screenshot
  7. Future Plans
  8. Heroku Link
  • Andrew Yun
  • Jeremy Huynh
  • Kaylin Boyle
  • Gregory Alcala

License: MIT

Copyright 2022

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Clone the repository

Install npm dependencies

  • $npm install sequelize dotenv express express-handlebars express-session mysql2 bcrypt

Initialize the database

  • $mysql -u root -p
  • $source db/schema.sql;
  • $USE extensionpass_db;
  • $exit

Open localhost

  • $npm start
  • Open a web browser and go to localhost:3003
  • CSS Bulma
  • MySQL
  • Node.js
  • Sequelize
  • Express.js
  • JavaScript
  • Handlebars.js
  • TinyMCE WYSIWYG HTML Text Editor

AS a traveller: I want to document my experiences to cities I’ve visited SO THAT others know what to expect when visiting certain destinations. GIVEN a user creates an account:

WHEN I create/login into an account, THEN I am presented with the main page with options to document cities I’ve visited, places I want to go, and read user-generated reviews that other users have created for certain cities.

WHEN I click dashboard, THEN I am shown a list of my previous posts.

WHEN I want to create a new post, THEN I am prompted to enter the location I visited, and enter a text describing my travels to said city.

WHEN I want to comment on a post, THEN I click on comments and it will allow us to comment on a post, and the number of comments on a post will reflect in the main page.

Extension Pass is a comparative travel blog where we take user input on places they’ve been to, any notes they took on their destinations, and list any other locations they would like to visit in the near future. Here, users will be able to not only share their travel stories, but also see the experiences of others as worldwide travel plans are being made. This way, users will be better informed on what destinations are unique, and which destinations can be passed on.

GIF

  • Something we want to do is to allow users to upload any photos/videos they took at these locations to their individual posts like you see on Reddit, Instagram, or Facebook
  • Algorithm that makes suggestions on new destinations to visit based on your previous post locations and/or your search history.
  • Search functionality for specific cities you want to look up.
  • Implement new APIs like a currency exchange and time-zone converter so that users can get more use out of the app.

HEROKU link: https://whispering-plains-41505.herokuapp.com/

About

Extension-Pass is a full-stack structured travel blog that allows users to post about their travels and interact with other people's posts on previous destinations they've made in the past. The front-end is built with HTML using Handlebars.js, while the back-end is built using a MySQL database. In order to see and interact with other posts, crea…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •