Giter VIP home page Giter VIP logo

nauticaltours's Introduction

Nautical Tours

homePage

Description

Nautical Tours is a Flask app built on Python and Jinja. The website is designed to allow active users to book and save trips to specific tour locations. Explore more about the Sailing Tours the company offers, including personalized customer reviews.

  • For Inquiries a contact form uses Twilio (Sendgrid) to send a confirmation email to user's and an internal company members to respond to.
  • Every Tour, User, Trip and Rating is saved using SQL Alchemy to communicate with PostgreSQL database. Users can rate every tour they have attended with an interactive form, that allows review generation, editing and deletion.
  • Google Maps API uses AJAX to call a specific port city that users can than explore with Google Places API to look up specific tourist attractions in the surrounding area. Exploration buttons allow the map components to be toggled without reloading the underlying Google Map.
  • Bootstraps is utilized in combination with traditional CSS to have a consistent design aesthetic through-out the site.

Demo Youtube Video

Screen Shots

  • Sendgrid (twilio) form with character limit enforced:

image

image

  • Google Maps API with specialized Google Places markers (defined by type)

polyTour

reviews

Technology stack

Back-End: Python, Flask, Jinja, SQLAlchemy, Bcrypt

APIs: Google Maps, Google Places, Twilio (SendGrid)

Front-End: HTML5, CSS, Bootstrap, Javascript

Run Code (Environment)

  • Create and activate virtual environment (local dev only):
> pip3 install virtualenv
> virtualenv env
> source env/bin/activate
  • Install the dependences/requirements (localhost:5000):
> pip3 install -r requirements.txt
  • Create test database
> python3 seed_database.py
  • Run the app:
> python server.py
  • Open your browser and navigate to

http://localhost:5000/

Additional information: The login functionality requires that you have a secret.sh set as local environment variables:

SENDGRID_API_KEY

Resources & Helpful Hints:

  • Flask installation info here:
  • Jinja Information here
  • SQLAlchemy Database for Python here
  • Initial GIST Proposal Approved by Hackbright here

Helpful Hints

  • developement environment will play a large role in dependencies/requirements
  • DevZero great for one-click solutions to rapid switching between Python & Node.js dev ennvironments without any dependencies problems.

nauticaltours's People

Contributors

nelson00011 avatar

Watchers

 avatar

nauticaltours's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.