An open API service indexing awesome lists of open source software.

https://github.com/dansvel/sveltekit-objection-fullstack

Sveltekit + Objection.js Fullstack
https://github.com/dansvel/sveltekit-objection-fullstack

knex objectionjs svelte sveltekit

Last synced: about 2 months ago
JSON representation

Sveltekit + Objection.js Fullstack

Awesome Lists containing this project

README

          

# Sveltekit + Objection.js Fullstack
this is just plain implementation, from my learning journey
## preparation

1. clone this
2. check knexfile, make sure it matches with your database
3. if knex already installed in global, run `knex migrate:latest`, else run `npx knex migrate:latest` instead

## run

`npm run dev` or `pnpm dev`

## manual test

1. go to `http://localhost:3000/mendaftar` for signup, and create the first user
2. automatically redirect to `http://localhost/masuk` for signin