Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potatomaster101/yesno
A clone of yesno.wtf/api in .NET 8
https://github.com/potatomaster101/yesno
aspnet aspnet-web-api yesno yesno-api
Last synced: about 1 month ago
JSON representation
A clone of yesno.wtf/api in .NET 8
- Host: GitHub
- URL: https://github.com/potatomaster101/yesno
- Owner: PotatoMaster101
- License: mit
- Created: 2024-05-01T12:34:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T12:36:58.000Z (9 months ago)
- Last Synced: 2024-11-08T16:29:39.699Z (3 months ago)
- Topics: aspnet, aspnet-web-api, yesno, yesno-api
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yes No
A clone of [yesno.wtf/api](https://yesno.wtf/api) in [.NET 8](https://dotnet.microsoft.com/en-us/download).## Running (Docker)
1. Create dotnet dev cert
```sh
dotnet dev-certs https -ep "$HOME/.aspnet/https/auth.pfx" -p "Password123!"
dotnet dev-certs https --trust
```
2. Compose container: `docker compose up -d --build`
3. Visit `https://localhost/api`