- users -> book room from an hotem
- admins -> going to check reservation/bookings
- Auth -> JWT tokens
- Hotels -> CRUD API -> JSON
- Rooms -> CRUD API -> JSON
- Scripts -> database -> seeding and migrations
Documentation
https://mongodb.com/docs/drivers/go/current/quick-start
Documentation
https://gofiber.com
Installing gofiber
go get github.com/gofiber/fiber/v2
docker run --name mondogb -d mongo:latest -p 27017:27017