https://github.com/coder-abdo/hono-notes-app
https://github.com/coder-abdo/hono-notes-app
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/hono-notes-app
- Owner: coder-abdo
- Created: 2024-02-03T21:20:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T23:29:54.000Z (over 2 years ago)
- Last Synced: 2025-01-14T11:58:21.353Z (over 1 year ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App CRUD with Authentication using JWT
## Description
This app is a CRUD application with authentication using JWT
## Techs
- Backend
1. Hono (for server-side)
2. Prisma (for database)
- Frontend
1. Vue | Qwick (I am not sure I wanna try both of them)
2. Tailwindcss (for styling), ps: may I use another css library will see
I'm trying to learn Hono and Prisma, so this is what I accomplish so far
I used Vue, Tailwindcss, and Pinia to handle the frontend.
finally, I wanna try do unit and E2E testing.