Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaggyyy2002/hotel-reservation


https://github.com/shaggyyy2002/hotel-reservation

Last synced: about 17 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Hotel Reservation Backend API

## Project Outline

- users -> book rooms
- admins -> check rsvp, bookings
- Auth & Authorization -> JWT Tokens
- Hotels -> CRUD API
- Rooms -> CRUD API
- Scripts -> Database Management -> Seeding, Migration

## Resources
### MongoDB Driver

Documentation:
```
https://www.mongodb.com/docs/drivers/go/current/quick-start/
```

Installing MongoDB Client
```
go get go.mongodb.org/mongo-driver/mongo
```

### GoFiber

Documentation:
```
https://docs.gofiber.io/
```

Installing GoFiber:
```
go get github.com/gofiber/fiber/v2
```