https://github.com/ffmathy/burgerhub
BurgerHub is a sample project intended to demonstrate various skills in various areas.
https://github.com/ffmathy/burgerhub
Last synced: 6 months ago
JSON representation
BurgerHub is a sample project intended to demonstrate various skills in various areas.
- Host: GitHub
- URL: https://github.com/ffmathy/burgerhub
- Owner: ffMathy
- License: unlicense
- Created: 2021-11-27T14:15:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:13:23.000Z (almost 2 years ago)
- Last Synced: 2025-10-28T12:32:47.421Z (8 months ago)
- Language: C#
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BurgerHub

BurgerHub is a sample project intended to demonstrate various skills in various areas.
## Prerequisites
- Docker installed.
- DOTNET SDK 6.0.
## Starting dependencies
Run `scripts/start-dependencies.bat` to start dependencies. For now, the only dependency is Mongo.
## Seeding with random data
Start the `BurgerHub.Api.Seeder` Console Application project.
## Testing
The implementation can be tested via PostMan. Inside the `postman` directory, I have exported a collection with all the APIs. Note that the hardcoded values in the requests (such as various IDs) etc, might not match the IDs of your seeded data.