Skip to content

FullStack Web Application using Flask, MySQL , HTML and CSS

Notifications You must be signed in to change notification settings

rivondave/Kids-Fashion-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kids-Fashion-Website

FullStack Web Application using Flask, MySQL , HTML and CSS

Demo: http://rivondave.pythonanywhere.com/

Prerequisites

  1. Have python installed/knowledge of it
  2. MySQL database

Installation & Setup Dependencies

  1. To get started, install flask

    $pip3 install -U flask
  1. Install flaskext

    $pip3 install Flask-MySQL
  1. Install pymysql

    $pip3 install PyMySQL
  1. You can simply run
    npm install
  1. Create a database/schema called 'kidsfashion' in your MySQL server, e.g XAMPP, SQL SERVER, MySQL Workbench e.t.c

  2. Open the sql.txt file and run the queries in your MySQL to create tables and insert values

  3. Open app.py file and edit MySQL Database Configurations to your own values

Screen Shot 2023-03-06 at 4 23 23 AM

  1. Now run the app.py file

ezgif-1-329ef6e1ec

About

A fullstack Kids Fashion Website, that sells kids top, shorts/bottom wear and underwears.

This project is open source to any fullstack developer who uses flask.

Functionalities

Login

Register

Logout

Add to Cart

Change Password

How to Contribute To This Project

See contribution.md file

Testing

About

FullStack Web Application using Flask, MySQL , HTML and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages