Access API in browser http://127.0.0.1:8000/users/ http://127.0.0.1:8000/hotels/ http://127.0.0.1:8000/bookings/ Users GET /users/ → Get all users GET /users/{id ...
This project mimics the backend of a restaurant platform using Flask framework and a database, MySQL. Implemented the complete backend system with specific use cases such as signup, login, and adding ...