No Description

biblius b6e2d6bd51 improved queries and added enable/disable 1 month ago
scripts b6e2d6bd51 improved queries and added enable/disable 1 month ago
src b6e2d6bd51 improved queries and added enable/disable 1 month ago
src-tauri b6e2d6bd51 improved queries and added enable/disable 1 month ago
static c39c03e51b init commit 2 months ago
.gitignore c39c03e51b init commit 2 months ago
.prettierrc c39c03e51b init commit 2 months ago
README.md e8f148c53d add auth 1 month ago
components.json c39c03e51b init commit 2 months ago
package-lock.json 8c6e4f2e5c improve request sending and add more response types 1 month ago
package.json 8c6e4f2e5c improve request sending and add more response types 1 month ago
svelte.config.js 4367571b4c add request and url parsing 2 months ago
tailwind.config.js c39c03e51b init commit 2 months ago
tsconfig.json 4b5f00cd17 Fix URL 2 months ago
vite.config.js c39c03e51b init commit 2 months ago

README.md

Dovati

Development

Install sqlite3 and initialise the DB.

sqlite3 rquest.db ".quit"

Set the env variable for sqlx.

export DATABASE_URL=sqlite:/absolute/path/to/rquest.db

Init some dummy requests.

sqlite3 rquest.db < src-tauri/seed/init.sql

Start with

npm run tauri dev