Skip to content

Its more than an itinerary. Just click create and it will do the rest. Discover the world with Itinerary+

Notifications You must be signed in to change notification settings

theamazing0/itineraryPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itineraryPlus

How To Run

  1. Install Python from python.org (Python 3.9 originally used)

  2. Open the project from the Terminal

  3. Create a Vitual Enviroment (Proccess May Differ from Operating System and Shell Used)

Python Docs show how to create a venv: https://docs.python.org/3/library/venv.html

  1. Activate the venv (Proccess May Differ from Operating System and Shell Used)

On Windows:

venv\Scripts\activate.bat

On Unix or Macos:

source venv/bin/activate

(From Python Docs)

  1. Install Required Packages with pip (Proccess May Differ from Operating System and Shell Used)

pip is a package manager included with python

Pip Docs on how to install packages (Install from requirements.txt): https://pip.pypa.io/en/stable/reference/pip_install/

  1. Run the database.py file to generate Database
python database/database.py
  1. Start the Server
python app.py
  1. View the Web Application

From the computer the server is being run on: by going to http://0.0.0.0:5000

From a computer on the same network as the server: http://SERVER_LOCAL_IP:5000

SERVER_LOCAL_IP = The local IP Adress of the server

Credits

In Website

Taj Mahal:

By Joel Godwin - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=59621210

Golden Gate Bridge:

By Rich Niewiroski Jr. - http://www.projectrich.com/gallery, CC BY 2.5, https://commons.wikimedia.org/w/index.php?curid=1520007

Favicon

Made by https://www.flaticon.com/authors/mynamepong (mynamepong) from https://www.flaticon.com/ (flaticon)

In Documentation

HTML, CSS, and JS logos

https://www.freepnglogos.com/images/html5-logo-31816.html html5 logo, devextreme multi purpose controls html javascript from freepnglogos.com

Bootstrap Logo

By Bootstrap - http://blog.getbootstrap.com, Public Domain, https://commons.wikimedia.org/w/index.php?curid=31249826

jQuery Logo

By http://brand.jquery.org - http://brand.jquery.org/logos/#the-mark, Public Domain, https://commons.wikimedia.org/w/index.php?curid=73373177

Python Logo

By www.python.org - http://www.python.org/community/logos/, GPL, https://commons.wikimedia.org/w/index.php?curid=34991637

Flask Logo

By Armin Ronacher - http://flask.pocoo.org/static/logo/flask.svg, Copyrighted free use, https://commons.wikimedia.org/w/index.php?curid=19501815

Jinja Logo

By Jinja Team - https://github.com/pallets/jinja/blob/master/artwork/jinjalogo.svg, BSD, https://commons.wikimedia.org/w/index.php?curid=74922651

Sqlite3 Logo

By Part of the SQLite documentation, which has been released by author D. Richard Hipp to the public domain. SVG conversion by Mike Toews. - SVG created from sqlite370.eps, distributed with version 3.7.2 documentation, Public Domain, https://commons.wikimedia.org/w/index.php?curid=11675072

About

Its more than an itinerary. Just click create and it will do the rest. Discover the world with Itinerary+

Topics

Resources

Stars

Watchers

Forks