DennohKim / gofiber-json-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotel Reservation backend

Project Outline

  • users -> book room from an hotel
  • admins -> going to check reservation/bookings
  • Authentication and authorization -> JWT tokens
  • Hotels -> CRUD API -> JSON
  • Rooms -> CRUD API -> JSON
  • Scripts -> database management -> seeding, migration

Resources

Mongoddb Driver

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

Installing mongodb client

go get go.mongodb.org/mongo-driver/mongo

gofiber

Documentation

https://gofiber.io

Installing gofiber

go get github.com/gofiber/fiber/v2

About


Languages

Language:Go 95.4%Language:Makefile 4.6%