Skip to content

Latest commit

 

History

History
 
 

web_dynamic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AirBnB clone - Web Dynamic

This directory contains all files necessary to start a dynamic Flask web application.

File Structure

  • 100-hbnb.py - last iteration of dynamic Flask web application.
  • templates directory contains all the html/jinja templates for the dynamic Flask web application.
    • 100-hbnb.html - last iteration of html/jinja template for the dynamic Flask web application.
  • static directory contains all the css and images used for the dynamic Flask web application.
    • images directory contains all images used for the dynamic Flask web application.
    • scripts directory contains all jQuery scripts used for the dynamic Flask web application.
      • 100-hbnb.js - last iteration of jQuery script for the dynamic Flask web application.
    • styles directory contains all css used for the dynamic Flask web application.