Skip to content

This is my first app on the Flask learning course. It's travel site, that offers some nice tours to go from several towns.

Notifications You must be signed in to change notification settings

levnagornov/travel-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel website

This is my first app on the Flask learning course. I make travel site, that offers some nice tours from several towns. Small site for 3 or more pages.

Using dependencies: Flask, bootstrap 4, weather API OpenWeatherMap and no database.

The site has:

  • '/' - main page (jumbotron and 6 random tours);
  • '/data/departures//' - page with tours from a certain town;
  • '/data/tours/<tour_id>/' - page of a certain tour (with buy-tour button, i don't know yet how to make payment stuff);

< 🔻 in progress 🔻 >

  • '/admin/' - admin's page with logging in for creating/editing/deleting tours; #TODO
  • '/data/all/' - page with all tours; #TODO

Anyway you could run this app through Heroku, just upload this repository there. (gunicorn and Procfile are already inclusive)

About

This is my first app on the Flask learning course. It's travel site, that offers some nice tours to go from several towns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published