実装をPythonに変更
This commit is contained in:
parent
abd13805db
commit
43f53fe79b
@ -1 +0,0 @@
|
|||||||
|
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
技術スタックは以下の通り
|
技術スタックは以下の通り
|
||||||
|
|
||||||
- Go
|
- Python
|
||||||
- Gin
|
- Flask
|
||||||
- JavaScript
|
- JavaScript
|
||||||
- Bootstrap or Tailwind テンプレート(未定)
|
- Bootstrap or Tailwind テンプレート(未定)
|
||||||
- MySQL
|
- MySQL
|
||||||
|
0
app/__init__.py
Normal file
0
app/__init__.py
Normal file
0
app/models/__init__.py
Normal file
0
app/models/__init__.py
Normal file
0
app/models/workout.py
Normal file
0
app/models/workout.py
Normal file
0
app/repositories/__init__.py
Normal file
0
app/repositories/__init__.py
Normal file
0
app/repositories/workout_repository.py
Normal file
0
app/repositories/workout_repository.py
Normal file
0
app/routes/__init__.py
Normal file
0
app/routes/__init__.py
Normal file
0
app/routes/workout_routes.py
Normal file
0
app/routes/workout_routes.py
Normal file
0
app/services/__init__.py
Normal file
0
app/services/__init__.py
Normal file
0
app/services/workout_service.py
Normal file
0
app/services/workout_service.py
Normal file
0
app/static/css/bootstrap.min.css
vendored
Normal file
0
app/static/css/bootstrap.min.css
vendored
Normal file
0
app/static/js/bootstrap.bundle.min.js
vendored
Normal file
0
app/static/js/bootstrap.bundle.min.js
vendored
Normal file
0
app/templates/dashboard.html
Normal file
0
app/templates/dashboard.html
Normal file
0
app/templates/layouts/base.html
Normal file
0
app/templates/layouts/base.html
Normal file
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Flask
|
||||||
|
Flask-SQLAlchemy
|
||||||
|
PyMySQL
|
||||||
|
python-dotenv
|
||||||
|
gunicorn
|
Loading…
x
Reference in New Issue
Block a user