Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 384 Bytes

GottaGoFast

Run docker compose up -d to setup a database and apply migrations. Take note of the random port number assigned to postgres.

Then set DATABASE_URL=postgres://fortunes:fortunes@localhost:<PORT>/fortunes?sslmode=disable

Finally start any of the projects, and hit it with oha -z10s -m POST -H "Content-Type: application/json" -d '{}' http://localhost:8000/fortunes