An open API service indexing awesome lists of open source software.

https://github.com/crispengari/recipe-app

This is a simple recipe API that was created using deno and oak, served as a REST api that will be consumed by solidjs and qwik app as clients.
https://github.com/crispengari/recipe-app

deno javscript oak qwik solidjs typescript

Last synced: about 2 months ago
JSON representation

This is a simple recipe API that was created using deno and oak, served as a REST api that will be consumed by solidjs and qwik app as clients.

Awesome Lists containing this project

README

          

### recipe-app

This is a simple API build with `deno` and `aok` and is consumed using `qwik` client and `solidjs` client which are in the `apps` folder.

cover

### server

The server is an authentication server that serves static recipes from a json file. authenticated users are stored in a `mysql` database server

### apps

Apps contains two web apps that are consuming this api which are:

1. solidjs - build using `solidjs`
2. `qwik` - build using `qwik`