Сarriage of skis
All reservation progress saved in info.logs
- pip install -r requirements.txt
- run app.py to start API
We should use this keywords to make a reserve:
number: str - reserve ID, 6 numbers or latin letters, format ABC123
passengerId: str - surname, only latin letters, format Ivanov
curl -H "Content-Type: application/json" -X POST http://127.0.0.1:8080/applications -d '{"number": "AAA123", "passengerId": "Ivanov"}'