Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronksaunders/exploring-hono-1
playing around with Hono and Prisma creating an authentication api
https://github.com/aaronksaunders/exploring-hono-1
authentication hono honojs prisma rpc typescript zod-validation
Last synced: 11 days ago
JSON representation
playing around with Hono and Prisma creating an authentication api
- Host: GitHub
- URL: https://github.com/aaronksaunders/exploring-hono-1
- Owner: aaronksaunders
- Created: 2024-08-23T14:52:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T00:35:07.000Z (4 months ago)
- Last Synced: 2024-10-25T10:36:22.281Z (about 2 months ago)
- Topics: authentication, hono, honojs, prisma, rpc, typescript, zod-validation
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring Hono Framework
Hono
Web application frameworkFast, lightweight, built on Web Standards. Support for any JavaScript runtime.
[https://hono.dev/](https://hono.dev/)
### Getting started
```
npm install
npm run dev
``````
open http://localhost:3000
```### Investigating
- Validation with Zod
- Prisma Integration
- Authentication with Roles
- Account Creation
- Taking a look at file upload
- Route Patterns
- Typesafe Remote Procedure Calls (RPC)