603bd11668
Added class object and tester, not finished.
...
The class object is to later be replacing the current nfo-file parser
and making custom class objects instead. Just about done with CPU in
SystemSpecs, next up is GPU and then later recommendedspecs.
Also a seed-script update.
2026-02-17 02:35:39 +01:00
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