feat: implement MainForm component and set up routing; add user table schema and trigger in SQL

This commit is contained in:
2026-01-13 19:01:06 +01:00
parent 8a915ea5f5
commit ba1a221ef3
8 changed files with 151 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
import express from "express";
import dotenv from "dotenv";
const router = express.Router();
dotenv.config();