Anika2000 / The-Market

An e-commerce web application using Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 98.7%Language:C 0.9%Language:PowerShell 0.1%Language:HTML 0.1%Language:JavaScript 0.1%Language:CSS 0.1%Language:C++ 0.0%Language:Assembly 0.0%Language:Batchfile 0.0%