first commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
config/appcfgs.py
0 → 100644
data/.gitkeep
0 → 100644
mods/db/__init__.py
0 → 100644
mods/db/sample_dao.py
0 → 100644
mods/db/scheme.sql
0 → 100644
mods/service/__init__.py
0 → 100644
mods/service/sample_service.py
0 → 100644
mods/utils/logger.py
0 → 100644
requirements.txt
0 → 100644
| Flask==2.0.2 | |||
| Flask-SQLAlchemy==2.5.1 | |||
| SQLAlchemy==1.4.27 | |||
| mysql-connector-python==8.0.27 |
runweb.py
0 → 100644
test/README.md
0 → 100644
test/coverage.sh
0 → 100755
test/runner.py
0 → 100644
test/test_mods/__init__.py
0 → 100644
test/test_mods/test_sample_service.py
0 → 100644
test/test_web/__init__.py
0 → 100644
web/__init__.py
0 → 100644
web/jss/package.json
0 → 100644
| { | |||
| "name": "flask1st", | |||
| "version": "0.0.1", | |||
| "description": "Flask 1st - Synapsoft", | |||
| "main": "main.js", | |||
| "scripts": { | |||
| "prod": "webpack --mode=production", | |||
| "dev": "webpack --mode=development", | |||
| "watch": "webpack --watch", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "keywords": [], | |||
| "author": "synapsoft innodev team", | |||
| "devDependencies": { | |||
| "@webpack-cli/generators": "^2.4.1", | |||
| "prettier": "^2.4.1", | |||
| "style-loader": "^3.3.1", | |||
| "url-loader": "4.1.1", | |||
| "css-loader": "^6.5.1", | |||
| "glob-parent": "=5.1.2", | |||
| "ansi-regex": "=5.0.1", | |||
| "webpack": "^5.67.0", | |||
| "webpack-cli": "^4.9.2", | |||
| "mini-css-extract-plugin": "2.6.0" | |||
| }, | |||
| "dependencies": { | |||
| "admin-lte": "=3.0.5", | |||
| "bootstrap": "=4.6.0", | |||
| "jquery": "=3.6.0", | |||
| "popper.js": "=1.16.1", | |||
| "acorn": "=8.0.0", | |||
| "tempusdominus-core": "=5.19.0" | |||
| } | |||
| } |
web/jss/src/index.js
0 → 100644
web/jss/src/main/main.js
0 → 100644
web/jss/webpack.config.js
0 → 100644
web/main/controller.py
0 → 100644
web/static/css/.empty
0 → 100644
web/static/images/.empty
0 → 100644
web/static/js/.empty
0 → 100644
web/templates/main.html
0 → 100644
Please
register
or
sign in
to comment