Skip to content

Commit

Permalink
🚵🏻🍯 ↝ Merge pull request #9 from Signal-K/GP-11-Create-microservice-f…
Browse files Browse the repository at this point in the history
…or-crafting-items

🕹️🚵🏻 ↝ Microservice init for inventory bagsy
  • Loading branch information
Gizmotronn authored Feb 12, 2024
2 parents 9d010bf + 9d57d51 commit 0c7382d
Show file tree
Hide file tree
Showing 73 changed files with 14 additions and 4,519 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

.venv
/.venv
venv
/venv

# Runtime data
pids
*.pid
Expand Down Expand Up @@ -68,4 +73,4 @@ yarn.lock
.yarn-integrity

# Secrets
.env.development
.env.development
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

8 changes: 8 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from flask import Flask
from flask_sqlalchemy import SQLAlchemy

db = SQLAlchemy()
app = Flask(__name__)

app.config["SQLALCHEMY_DATABASE_URI"] = ""
db.init_app(app)
88 changes: 0 additions & 88 deletions assets/app.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/custom.css

This file was deleted.

Loading

0 comments on commit 0c7382d

Please sign in to comment.