Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 479 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 479 Bytes

Employee Title Generator

Generate vanity titles for your employees, e.g. Senior Chair of Product Operations. The frontend for this project can be found here.

Starting the server

Run

make build
make start

and navigate to localhost:8080/employee-title

Running tests

You need Ruby 3.0, rake and bundle installed locally to run tests.

make test