danidelgadoz / deno-restful-api

Deno Restful API for CRUD operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logrocket_deno_api

A functional CRUD-like API with Deno and Postgres

In order to run it, just install Deno 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.

About

Deno Restful API for CRUD operation


Languages

Language:JavaScript 97.3%Language:TSQL 2.7%