This a SWAPI (partial) clone using Deno, Svelte and Tailwind just because.
Please read the article(soon) if you want to know more about it.
# API
$ cd server
$ rm database.sqlite
$ denon create:db
# Client
$ cd client
$ yarn install
# API
$ cd server
$ denon start
# Client
$ cd client
$ yarn dev
# API
$ cd server
$ denon test
And then go to http://localhost:5000 and play with the request box.
You can also download the Postman collection.