https://github.com/devmor-j/hotel-reservation
Hotel Reservation
https://github.com/devmor-j/hotel-reservation
go
Last synced: over 1 year ago
JSON representation
Hotel Reservation
- Host: GitHub
- URL: https://github.com/devmor-j/hotel-reservation
- Owner: devmor-j
- Created: 2023-10-13T13:57:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T17:21:12.000Z (over 2 years ago)
- Last Synced: 2025-01-11T03:19:16.522Z (over 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Run and watch project
```sh
npx nodemon --signal SIGTERM --watch main.go --exec "go run main.go"
```