Commit Graph

4 Commits

Author SHA1 Message Date
cda83592b1 Created SQL-scripts
Basic database structure accompanied by seed-script and test data.

Part of #33.
2024-04-10 01:39:01 +02:00
aac63b7eb3 Changed config handler
Added printout when instance folder is not found.
2023-11-21 13:02:45 +01:00
77b0bcb94a Prepare API for gunicorn
It is now possible to run the API with gunicorn using
gunicorn -w 4 -b 0.0.0.0:8001 'bcnsGDSAPI:create_app()'.

Also did other small changes.
2023-11-21 12:51:35 +01:00
631dc761c6 Major overhaul
* Now using Blueprints instead of importing modules.
* Now using def create_app instead of just app
2023-11-18 02:52:39 +01:00