Added ability to fetch products from the database

This commit is contained in:
2024-01-05 18:20:56 +00:00
parent 9fbdb9f3fb
commit 868876b98e
11 changed files with 261 additions and 156 deletions

2
app.py
View File

@@ -1,6 +1,6 @@
from flask import Flask
from os import environ
from controllers.web import blueprint
from controllers.web.endpoints import blueprint
'''
Main entrypoint for Flask application.