/swapi-deno

A SWAPI clone but using Deno and Svelte

Primary LanguageTypeScript

Twitter

Travis Status

SWAPI Clone

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.

Requirements

  • deno@1.6.0
  • denon@2.4.4
  • yarn (for the client)

Setup

# API
$ cd server
$ rm database.sqlite
$ denon create:db

# Client
$ cd client
$ yarn install

Run

# API
$ cd server
$ denon start

# Client
$ cd client
$ yarn dev

Tests

# 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.