Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Exploring Hono Framework
Hono
Web application framework

Fast, 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)