https://github.com/quantgeekdev/yum-burger-back
Backend server for yum-burger
https://github.com/quantgeekdev/yum-burger-back
Last synced: 4 months ago
JSON representation
Backend server for yum-burger
- Host: GitHub
- URL: https://github.com/quantgeekdev/yum-burger-back
- Owner: QuantGeekDev
- Created: 2024-01-06T15:54:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T16:09:29.000Z (about 2 years ago)
- Last Synced: 2025-09-12T00:27:36.501Z (5 months ago)
- Language: TypeScript
- Homepage: https://yum-burger-back.onrender.com/
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YUM - Back-End
Yum Back-End is the server-side component of the YUM application, providing RESTful API endpoints for ordering food from a restaurant with digital menu.
## Quality and Coverage
- **Quality Gate Status**:
[](https://sonarcloud.io/summary/new_code?id=QuantGeekDev_yum-burger-back)
- **Coverage**:
[](https://sonarcloud.io/summary/new_code?id=QuantGeekDev_yum-burger-back)
- **Maintainability Rating**:
[](https://sonarcloud.io/summary/new_code?id=QuantGeekDev_yum-burger-back)
## API Endpoints
- **GET Burgers**
- Endpoint: `http://localhost:1337/burgers`
- Description: Retrieve a list of burgers in the development environment.
- **GET Burger by ID **
- Endpoint: `http://localhost:1337/burgers/6567d60e9fbd027bb1d9d750`
- Description: Retrieve a specific burger by its ID in the development environment.
- **DELETE Burgers Dev**
- Endpoint: `http://localhost:1337/burgers/`
- Description: Delete a burger in the development environment. Requires the burger's ID in the request body.
- **POST Add Burgers Dev**
- Endpoint: `http://localhost:1337/burgers`
- Description: Add a new burger to the development environment. Requires a JSON body with burger details.
- **PUT Modify Burger Dev**
- Endpoint: `http://localhost:1337/burgers`
- Description: Modify an existing burger in the development environment. Requires a JSON body with the updated burger details.
- **GET Ping Dev**
- Endpoint: `http://localhost:1337/`
- Description: Ping the server in the development environment.
- **GET 404**
- Endpoint: `http://localhost:1337/asdasdas`
- Description: Returns a 404 status in the development environment.
## License
This project is licensed under the [MIT License](LICENSE).