Skip to content

Anika2000/The-Market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

The-Market

An e-commerce web application using Flask, HTML and CSS

Navigating the file system:

  • πŸ“‚ Projects : root folder
    • πŸ“‚ static/ : Contains static files like image files and CSS files

      • πŸ“‚ login.css : css file for login and register
      • There are also image files present here that is loaded in my html files when required.
    • πŸ“‚ templates/ : Contains HTML files

      • πŸ“‚ layout.html : This is the layout html file that other html files inherit from
      • πŸ“‚ index.html : HTML file for the main view for the "/" route
      • πŸ“‚ login.html : HTML for the login view
      • πŸ“‚ shop.html : HTML for different categories
      • πŸ“‚ cart.html : HTML for a user's Shopping Cart
      • πŸ“‚ signup.html : HTML for the sighning up view
      • πŸ“‚ create.html : HTML for creating a listing (contains form)
      • πŸ“‚ error.html : HTML for when an error occues (I used this for just testing purposes)
    • πŸ“‚ app.py : Main flask application contains all the Models, views and routes.

    • πŸ“‚ site.db : the sqlite databse file

About

An e-commerce web application using Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published