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.
- Host: GitHub
- URL: https://github.com/crispengari/recipe-app
- Owner: CrispenGari
- License: mit
- Created: 2023-05-05T09:20:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T12:13:47.000Z (about 3 years ago)
- Last Synced: 2025-03-27T17:02:42.742Z (over 1 year ago)
- Topics: deno, javscript, oak, qwik, solidjs, typescript
- Language: TypeScript
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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