To run the project you must first install the dependencies with:
npm install
# or
pnpm install
And then run the local server with:
npm run dev
# or
pnpm dev
You must specify the path to the database file in the .env file as DB_PATH=db/my_file.db.
WIP...
Creates a user at the Users table. It requires
| key | type |
|---|---|
| ID | INT |
| NAME | VARCHAR(255) |
| AGE | INT |
WIP...
WIP...