← All projects

deno-rest-api

by @AM-77

29

🦕 A rest API made with Deno

About this project

deno-rest-api A simple rest API made with Deno run the app deno run --allow-env --allow-net app.ts routes Route Description -------------------- ------------------------ GET /books return all the books GET /books/{isbn} return a book POST /books add a book PUT /books/{isbn} update a book DELETE /books/{isbn} delete a book

From the project README on GitHub

Stars
29
Forks
11
Last push
23 Jun 2020

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/deno-rest-api.svg)](https://www.madeinalgeria.dev/projects/deno-rest-api)

Related projects