Split API / Webpage
We use react as a webpage, so it can be served either on OBS or on the server.
This commit is contained in:
6
api/db.sql
Normal file
6
api/db.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE orders (
|
||||
id INTEGER NOT NULL UNIQUE,
|
||||
amount REAL NOT NULL,
|
||||
message TEXT,
|
||||
name TEXT
|
||||
);
|
||||
Reference in New Issue
Block a user