project_name

command module
v0.0.0-...-3253c73 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL