Skip to content

tehbooom/project_name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published