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
- Host: GitHub
- URL: https://github.com/danidelgadoz/deno-restful-api
- Owner: danidelgadoz
- Created: 2020-05-14T03:52:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T04:00:31.000Z (about 6 years ago)
- Last Synced: 2025-01-27T10:12:00.257Z (over 1 year ago)
- Topics: crud, deno, javascript, restful
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.