Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ricardoraposo/gohotel
- Owner: ricardoraposo
- Created: 2023-12-11T14:24:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T22:18:22.000Z (about 1 year ago)
- Last Synced: 2024-06-21T19:06:59.753Z (8 months ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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