Keine Beschreibung

biblius 1eb3016b1c add auth UI and add it to request sending vor 1 Woche
src 1eb3016b1c add auth UI and add it to request sending vor 1 Woche
src-tauri 1eb3016b1c add auth UI and add it to request sending vor 1 Woche
static c39c03e51b init commit vor 4 Wochen
.gitignore c39c03e51b init commit vor 4 Wochen
.prettierrc c39c03e51b init commit vor 4 Wochen
README.md e8f148c53d add auth vor 2 Wochen
components.json c39c03e51b init commit vor 4 Wochen
package-lock.json 57cbcef8b2 add resizable response pane vor 2 Wochen
package.json 57cbcef8b2 add resizable response pane vor 2 Wochen
svelte.config.js 4367571b4c add request and url parsing vor 4 Wochen
tailwind.config.js c39c03e51b init commit vor 4 Wochen
tsconfig.json 4b5f00cd17 Fix URL vor 3 Wochen
vite.config.js c39c03e51b init commit vor 4 Wochen

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