Skip to content

yahialm/YourHotel-Complete-Backend-with-Go-Fiber-for-hotel-reservation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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/<version>    --- not sure about the version

--> Docker to build the image for our project