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
- Host: GitHub
- URL: https://github.com/dansvel/sveltekit-objection-fullstack
- Owner: dansvel
- Created: 2022-07-18T04:15:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T08:17:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T01:34:09.109Z (over 1 year ago)
- Topics: knex, objectionjs, svelte, sveltekit
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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