hotel-reservation

command module
v0.0.0-...-8968723 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2024 License: MIT Imports: 3 Imported by: 0

README

Hotel Reservation Service Backend

Project Outline

  • users -> book room from an hotel
  • admins -> check reservations / bookings
  • Authentication & Authorizations -> JWT Tokens
  • Hotels -> CRUD API -> JSON
  • Rooms -> CRUD API -> JSON
  • Scripts -> database managements -> Seeding, database migration etc.

Resources

Mongo db 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/api/fiber

Installing gofiber

go get github.com/gofiber/fiber/v2

Usage

make run

This will run the server on port 5000 if default

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL