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 :]
- Host: GitHub
- URL: https://github.com/zmts/honotype-api-nodejs
- Owner: zmts
- License: mit
- Created: 2025-01-31T21:11:24.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-11T14:42:46.000Z (3 months ago)
- Last Synced: 2025-02-11T15:36:44.059Z (3 months ago)
- Topics: boilerplate, command-pattern, drizzle-orm, hono, honojs, rest-api
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |