Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 267 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 267 Bytes

Coffee Dictionary ☕️

Coffee Dictionary is an API that provides information of various coffee-related keywords.

Running locally

To start the API server locally:

pnpm run start

Building

To build the API server:

pnpm run build