Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yahialm/yourhotel-complete-backend-with-go-fiber-for-hotel-reservation
https://github.com/yahialm/yourhotel-complete-backend-with-go-fiber-for-hotel-reservation
backend-development fiber golang jwt-authentication mongodb unit-testing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yahialm/yourhotel-complete-backend-with-go-fiber-for-hotel-reservation
- Owner: yahialm
- Created: 2024-04-19T22:20:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T22:25:01.000Z (10 months ago)
- Last Synced: 2024-11-12T07:17:33.256Z (3 months ago)
- Topics: backend-development, fiber, golang, jwt-authentication, mongodb, unit-testing
- Language: Go
- Homepage:
- Size: 7.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Hotel reservation
## outline
--> Users
--> Admins
--> User and Admin authentication ----- JWT tokens
--> Rooms CRUD API -- JSON
--> Hotels CRUD API -- JSON
--> Scripts -> Database management -> seeding, migration (MongoDB)## Librairies
--> MongoDB as database
$ go get go.mongodb.org/mongo-driver/mongo
--> Fiber as a Web framework for Golang
$ go get github.com/gofiber/fiber/ --- not sure about the version
--> Docker to build the image for our project