Skip to content

fs0toolkit/FSOtoolkit_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Web App Tutorial

Setup & Installation

Make sure you have the latest version of Python installed.

git clone <repo-url>
pip install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

To set up the fs0tool application, follow these steps:

Download MySQL: Download and install MySQL from the official website: MySQL Downloads

Create Database: Open MySQL and create a new database named "fs0tool". You can use the following SQL command:

CREATE DATABASE fs0tool;

Create Tables:

Based on the CSV file in the instances folder, you can create three tables. Assume the CSV file has columns A, B, and C. Adjust the table structure accordingly.

Import Data: Import data from the CSV file into each respective table. Make sure to replace the placeholders with the actual file path.Adjust the table and column names as needed based on your actual CSV file structure.

image

About

FSOtoolkit functionality in web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •