This project provides a RESTful API for hotel reservations. It enables users to create hotels, make reservations, search for availability, and manage existing data. The project is implemented using ...
docker run -d \ -e WG_HOST=<🚨YOUR_SERVER_IP> \ -e AUTH_TOKEN=<🚨YOUR_ADMIN_API_TOKEN> \ -e ENVIRONMENT=production \ -v ~/.wg-rest:/etc/wireguard \ -p 51820:51820 ...