API where you submit a GET request which responds with a random project name in the form of ADJECTIVE-NOUN
Currently this project is only able to run using docker compose. It can however be set up with another postgresql database.
docker-compose up
Make a GET request to port 8080 on the box which it is running
curl -X GET <IP>:8080/project
[
{
"name": "adjective-noun"
}
]
List of nouns used
List of adjectives used