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

https://github.com/zmts/honotype-api-nodejs

🔥 [WIP] Hono based RESTful API – lightweight, flexible and efficient boilerplate written in TypeScript as an alternative to the NestJS approach, without unnecessary complexity. Fresh and spicy :]
https://github.com/zmts/honotype-api-nodejs

boilerplate command-pattern drizzle-orm hono honojs rest-api

Last synced: about 1 month ago
JSON representation

🔥 [WIP] Hono based RESTful API – lightweight, flexible and efficient boilerplate written in TypeScript as an alternative to the NestJS approach, without unnecessary complexity. Fresh and spicy :]

Awesome Lists containing this project

README

        

# HonoType

## What is that ? Why ? What for ?
Yet another NodeJS boilerplate ? - Yup!

Express.js died a brave death, NestJS is a good, cool framework. But sometimes the complexity of NestJS makes me too lazy to keep doing my own projects. So I decided to make something more convenient for my smaller projects. With all the modern conveniences of TypeScript and build systems.

## Endpoints:

### /auth
| Path | Method | Description |
|--------------------|--------|-------------------|
| /auth/login | POST | LoginAction |
| /auth/login/google | GET | LoginGoogleAction |
| /auth/register | POST | RegisterAction |