Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 796 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 796 Bytes

Project Name Generator

Go Report Card

API where you submit a GET request which responds with a random project name in the form of ADJECTIVE-NOUN

Running Project Name Generator

Currently this project is only able to run using docker compose. It can however be set up with another postgresql database.

docker-compose up

Getting a new project name

Make a GET request to port 8080 on the box which it is running

Request

curl -X GET <IP>:8080/project

Response

[
    {
        "name": "adjective-noun"
    }
]

Nouns

List of nouns used

Adjectives

List of adjectives used