Sign inSign up

amitbahree/pfoaas

By amitbahree

•Updated about 2 years ago

Modern, RESTful, scalable solution to the common problem of telling people to fork off - politely.

Image
Languages & frameworks
API management
1

1.1K

amitbahree/pfoaas repository overview

PFOAAS (Polite Fork Off As A Service) is a humorous web service that provides a modern, RESTful, and scalable solution to the common problem of telling people to fork off. The service offers a variety of polite yet cheeky phrases that can be accessed through a simple API. Built with Node.js, PFOAAS is designed to be easily integrated into any application, adding a touch of humor and fun.

⁠Features:
  • RESTful API for easy integration
  • Multiple polite phrases to choose from
  • Scalable and lightweight, built with Node.js
  • Dockerized for easy deployment
⁠Getting Started:

To build and run the Docker container:

docker build -t foaas:1 .
docker run -v $(pwd):/usr/src/app -p 5000:5000 foaas:1
⁠Using Docker Compose:

You can also use Docker Compose to run the application:

Create a docker-compose.yml file with the following content:

version: '3.8'

services:
  pfoaas:
    image: amitbahree/pfoaas
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "5000:5000"
    environment:
      NODE_ENV: production
    restart: unless-stopped

Run Docker Compose:

docker-compose up

For more details, visit the Docker Hub repository - https://github.com/bahree/pfoaas⁠

Tag summary

Content type

Image

Digest

sha256:c72a7a970…

Size

45.3 MB

Last updated

about 2 years ago

docker pull amitbahree/pfoaas