https://github.com/arthrp/simplenosqlguestbook
https://github.com/arthrp/simplenosqlguestbook
docker-compose dotnet guestbook
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arthrp/simplenosqlguestbook
- Owner: arthrp
- License: gpl-3.0
- Created: 2020-08-04T14:19:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T14:24:58.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T07:16:38.942Z (7 days ago)
- Topics: docker-compose, dotnet, guestbook
- Language: C#
- Homepage:
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleNoSQLGuestbook
This is intended as an example of using ASP.NET Core with Redis on containers rather than a proper guestbook. It's stripped down to a bare minimum of functions - no auth, rate limiting, etc.
## Running
Just type ```docker-compose up``` and wait for Compose to finish its magic.
Navigate to [http://localhost:8000](http://localhost:8000) to see the results.
## Q&A
### Why?
I haven't found any good examples of *simple* ASP.NET app with Redis backend running in Docker. So I've built one.
### Should I use it in production?
Probably not.