Skip to content

NENU-Team-107/SinglePageQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Page Query Application

中文文档

Run

Linux

  1. download the python 3.11 or higher version

  2. open the powershell to run command followed(only run in your first startup):

    python -m venv .venv
    . .venv/bin/activate
    pip install -r requirements.txt
  3. run command python app.py to run the service

  4. open the browers with url localhost:8080

Windows

  1. download the python 3.11 or higher version

  2. open the powershell to run command followed(only run in your first startup):

    python -m venv .venv
    .venv/Scripts/Activate.ps1
    pip install -r requirements.txt
  3. run command python app.py to run the service

  4. open the browers with url localhost:8080

Usage

If you want to update or create a new table or dbffile, please move the file into data folder and restart the servcie.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published