Skip to content

This simple market web application developed using python and flask framework and used sqlite3 database for the backend and in the front-end I have used HTML, CSS and bootstrap

License

Notifications You must be signed in to change notification settings

sidddhesh100/Flask-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Flask-market

This monolithic application is built using Python and the Flask web framework for the backend, and SQLite as the database backend. For the frontend, HTML, CSS, and Bootstrap are used to create an intuitive and user-friendly interface. The application serves as a platform for buying and selling products while also assisting in inventory management and tracking financial transactions.

Features

  • User Registration and Authentication: Users can create accounts and authenticate themselves to access the application's features.
  • Product Listing: Sellers can list their products with details such as name, description, price, and quantity available.
  • Product Search: Users can search for products based on various criteria such as name, category, or price range.
  • Shopping Cart: Users can add products to their shopping carts and proceed to checkout.
  • Order Management: Sellers can manage incoming orders, update order status, and process shipments.
  • Inventory Management: Sellers can track their inventory, view stock levels, and receive notifications for low stock.
  • Financial Transactions: The application keeps track of financial transactions, including payments received and refunds issued.
  • Reporting and Analytics: Generate reports and gain insights into sales, inventory turnover, and financial performance.

Installation and Setup

  1. Clone the repository: git clone https://github.com/yourusername/your-repo.git
  2. Navigate to the project directory: cd your-repo
  3. Install the required dependencies: pip install -r requirements.txt
  4. Set up the database: Run the database migration script to create the necessary tables and populate initial data.
  5. Start the application: python app.py
  6. Open your web browser and visit http://localhost:5000 to access the application.

Technologies Used

  • Python: Programming language used for backend development.
  • Flask: Web framework used for building the application.
  • SQLite: Database backend for storing product, user, and transaction data.
  • HTML: Markup language for creating the application's structure.
  • CSS: Styling language used for designing the application's appearance.
  • Bootstrap: CSS framework for creating responsive and visually appealing UI components.

Contributing

Contributions to the project are welcome. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

The Amazon Clone project is licensed under the MIT License. You are free to modify, distribute, and use the code for personal and commercial purposes.

About

This simple market web application developed using python and flask framework and used sqlite3 database for the backend and in the front-end I have used HTML, CSS and bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published