Code Monkey home page Code Monkey logo

adventure-time-database's Introduction

Adventure Time: Database Application with Python

The databases keeps track of the thrill seeking adventures for all the outdoorsy customers who like to enjoy nature.

Goals

  • Inserting new and exciting tours
  • Deleting any cancelled reservations
  • Reporting our customer’s reservations
  • Modifying any of our customer’s adventure date due to inclement weather or unexpected events

Database Structure

  • Customer: This table holds all the important Customer contact information.
  • Reservation:
    • This table indicates :
    • The date of the adventure.
    • The number of people reserved for the adventure.
    • The price of the adventure per person.
  • Tour:
    • A basic term for our fun adventures where:
    • The cool name of each adventure is stored.
    • The location of each adventure.
    • The state in which each adventure takes place.
    • The distance (in miles) each adventure is.
    • The maximum group size each adventure can handle.
    • The type of adventure takes place (Hiking, Biking, or Paddling).
    • The season each adventure is offered in.
  • Guide: This table holds all the necessary contact information for each adventurous guide member we have.
  • TourGuide: Indicates the Guide(s) for each fun adventure.

ERD

This ERD shows the relationships among all the table in the database.

Build With

Python
MySQL

Authors

Angela Raymond
Darla Hongmanivanh

License

This project is licensed under the MIT license, Copyright (c) 2018 Maximilian Stoiber. For more information see LICENSE.md.

adventure-time-database's People

Contributors

angelajr avatar

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.