https://github.com/aaronksaunders/remote-fn-nuxt-youtube-app
Build a full-stack typescript nuxt application without the boilerplate code of tRPC using the nuxt-remote-fn module we will build a simple nuxt application to save and retrieve data from a sqlite database through a typesafe server-side API.
https://github.com/aaronksaunders/remote-fn-nuxt-youtube-app
fullstack-typesafety fullstack-typescript nuxt-module nuxt-remote-fn nuxt3 remote-function-call remote-server trpc typescript video-tutorial
Last synced: 10 days ago
JSON representation
Build a full-stack typescript nuxt application without the boilerplate code of tRPC using the nuxt-remote-fn module we will build a simple nuxt application to save and retrieve data from a sqlite database through a typesafe server-side API.
- Host: GitHub
- URL: https://github.com/aaronksaunders/remote-fn-nuxt-youtube-app
- Owner: aaronksaunders
- Created: 2023-09-13T20:54:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T22:28:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T20:11:20.413Z (5 months ago)
- Topics: fullstack-typesafety, fullstack-typescript, nuxt-module, nuxt-remote-fn, nuxt3, remote-function-call, remote-server, trpc, typescript, video-tutorial
- Language: Vue
- Homepage: https://youtu.be/37VR1hfHq1o
- Size: 185 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A tRPC Alternative for a Nuxt FullStack Typesafe Application
Build a full-stack typescript nuxt application without the boilerplate code of tRPC using the [nuxt-remote-fn module](https://github.com/wobsoriano/nuxt-remote-fn)
we will build a simple nuxt application to save and retrieve data from a sqlite database through a typesafe server-side API.
### VIDEO
- https://youtu.be/37VR1hfHq1o### Links
- blog - https://dev.to/aaronksaunders/full-stack-nuxt-typescript-app-without-trpc-3io7
- nuxt-remote-fn - https://github.com/wobsoriano/nuxt-remote-fn
- better-sqlite-3 - https://github.com/WiseLibs/better-sqlite3