Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ricardoraposo/gohotel

code for later referencing
https://github.com/ricardoraposo/gohotel

Last synced: about 1 month ago
JSON representation

code for later referencing

Awesome Lists containing this project

README

        

# 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

## Docker
### Installing mongodb as a Docker container
```bash
docker run --name mongodb -d mongo:latest -p 27017:27017