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

https://github.com/danidelgadoz/deno-restful-api

Deno Restful API for CRUD operation
https://github.com/danidelgadoz/deno-restful-api

crud deno javascript restful

Last synced: 2 months ago
JSON representation

Deno Restful API for CRUD operation

Awesome Lists containing this project

README

          

# logrocket_deno_api
A functional CRUD-like API with Deno and Postgres

In order to run it, just install [Deno](https://deno.land/) to your machine, enter the root folder of this project, and run the following command:

```
deno -A index.js
```

Don't forget to have Postgres up and running and creating the table stated at `db/create.sql`.