https://github.com/ikuzweshema/next-js-route-handlers
🪄Building RESTFUL APIs with Next JS Route Handlers
https://github.com/ikuzweshema/next-js-route-handlers
Last synced: 7 months ago
JSON representation
🪄Building RESTFUL APIs with Next JS Route Handlers
- Host: GitHub
- URL: https://github.com/ikuzweshema/next-js-route-handlers
- Owner: Ikuzweshema
- License: mit
- Created: 2024-09-09T06:39:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:50:41.000Z (about 1 year ago)
- Last Synced: 2024-09-09T10:02:38.689Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)