Skip to content

Faerque/CRUD-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask CRUD Application

A web application built using Flask, a SQL database, and Bootstrap v5 for styling. This application allows users to perform CRUD operations on a student database using the WampServer64 for SQL server. Built in Pycharm Community

Introduction:


  • Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.
  • MYSQL is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language.
  • Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.
  • WampServer64 is a Windows web development environment. It allows you to create web applications with Apache2, PHP, and the MySQL database. WampServer64 is available for Windows 10, 8, 7, Vista, and XP. It is licensed under the GNU/GPLv3.
  • Pycharm Community is an integrated development environment (IDE) used in computer programming, specifically for the Python language. It is developed by JetBrains (formerly known as IntelliJ), and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition.

Getting Started:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites:

  • Python v3.7+
  • Flask v2.0.1
  • WampServer64
  • Pycharm Community
  • Bootstrap v5.0.0

Installing:

  • Install Python v3.7+ from here
  • Install Flask v2.0.1 from here
  • Install WampServer64 from here
  • Install Pycharm Community from here
  1. Clone the repository: git clone https://github.com/Faerque/CRUD-application.git
  2. Open the project in Pycharm Community: File > Open > CRUD-application
  3. Open Terminal in Pycharm Community: Terminal > New Terminal
  4. Install the required packages: pip install -r requirements.txt
  5. Check whether the packages are installed: pip freeze
  6. Check wrampserver64 is running: http://localhost/phpmyadmin/
  7. Run the application: python app.py
  8. Open the application in browser: http://

Built With:

Author:

About

Simple CRUD application using flask@python, mysql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published