Skip to content

sercanersoy/shelter-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shelter Management System

Description

Basic Flask web application that uses MySQL.

Requirements

MySQL and Python must be installed. Also Flask and flask-mysql packages must be installed using pip:

pip install Flask && pip install flask-mysql

Configure DB

You can configure the DB as follows:

mysql -u root -p < init.sql

How to Run

You can run the Flask app as follows:

python app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published