https://github.com/ikuzweelisa/next-js-route-handlers
🪄 Build RESTFUL APIs with Next JS Route Handlers
https://github.com/ikuzweelisa/next-js-route-handlers
api nextjs rest-api route-handlers
Last synced: 3 months ago
JSON representation
🪄 Build RESTFUL APIs with Next JS Route Handlers
- Host: GitHub
- URL: https://github.com/ikuzweelisa/next-js-route-handlers
- Owner: ikuzweelisa
- License: mit
- Created: 2024-09-09T06:39:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T19:58:09.000Z (9 months ago)
- Last Synced: 2025-07-06T13:04:05.625Z (3 months ago)
- Topics: api, nextjs, rest-api, route-handlers
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Nexjs Route handlers
> Build Restful Apis With Next js App router
Clone git Repository
```bash
git clone
```install dependicies
```bash
pnpm install```
start development server
```bash
pnpm dev
```
Open browser [localhost:3000](http://localhost:3000)