Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 215 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 215 Bytes

EMDB Api

Ethiopian movie database api powered with deno and oak.

Usage

first clone repository, then to serve run

\\ for normal serving
deno task serve

\\ or to reload on file change
deno task dev