Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`