Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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