Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balinux/go-fiber-vercel
golang fiber deploy on vercel
https://github.com/balinux/go-fiber-vercel
fiber golang vercel
Last synced: 18 days ago
JSON representation
golang fiber deploy on vercel
- Host: GitHub
- URL: https://github.com/balinux/go-fiber-vercel
- Owner: balinux
- Created: 2024-09-06T12:35:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T17:21:12.000Z (2 months ago)
- Last Synced: 2024-10-10T23:23:12.539Z (about 1 month ago)
- Topics: fiber, golang, vercel
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
simple project golang menggunakan framework fiber dan dideploy ke vercel
## run dev
```bash
go run cmd/server/main.go
```## Deploy to vercel
```bash
vercel
```