Skip to content

nilicule/no-as-a-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No-As-A-Service

A simple API that returns random creative rejection reasons.

API Endpoint

  • GET /no: Returns a random rejection reason in JSON format.

Example response:

{
  "reason": "This feels like something Future Me would yell at Present Me for agreeing to."
}

Running with Podman

Build the container

podman build -t no-as-a-service .

Run the container

podman run -p 5001:5001 no-as-a-service

The API will be available at http://localhost:5001/no

Testing the API

You can test the API using curl:

curl http://localhost:5001/no

Or open the URL in your browser: http://localhost:5001/no

About

No as a Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published