All Projects → diogosouza → logrocket_deno_api

diogosouza / logrocket_deno_api

Licence: other
A functional CRUD-like API with Deno and Postgres

Programming Languages

javascript
184084 projects - #8 most used programming language
TSQL
950 projects

Projects that are alternatives of or similar to logrocket deno api

spring-boot-data-jpa-mysql
Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.
Stars: ✭ 89 (+286.96%)
Mutual labels:  crud, crud-sample, crud-api
http-node-api
O objetivo dessa aplicação era criar uma API sem nenhuma dependência externa, apenas utilizando as bibliotecas nativas do NodeJS. Tudo foi feito utilizando 100% Javascript.
Stars: ✭ 44 (+91.3%)
Mutual labels:  crud, crud-api
cnpj
🇧🇷 Format, validate and generate CNPJ numbers in Node & Deno
Stars: ✭ 26 (+13.04%)
Mutual labels:  deno, denoland
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (+56.52%)
Mutual labels:  crud, crud-sample
ssvm-deno-starter
A template project to run Rust functions in Deno through the Second State WebAssembly engine.
Stars: ✭ 50 (+117.39%)
Mutual labels:  deno, denoland
make-deno-edition
Automatically makes package.json projects (such as npm packages and node.js modules) compatible with Deno.
Stars: ✭ 39 (+69.57%)
Mutual labels:  deno, denoland
java-crud-api
No description or website provided.
Stars: ✭ 24 (+4.35%)
Mutual labels:  crud, crud-api
deno-x-ranking
🦕 Deno Third Party Modules Ranking 👑
Stars: ✭ 28 (+21.74%)
Mutual labels:  deno, denoland
mezon
Mezon is a simple php framework wich will help you to create business applications.
Stars: ✭ 35 (+52.17%)
Mutual labels:  crud, crud-api
denoliver
A simple, dependency free static file server for Deno with possibly the worst name ever.
Stars: ✭ 94 (+308.7%)
Mutual labels:  deno, denoland
Fae
A functional module for Deno inspired from Ramda.
Stars: ✭ 44 (+91.3%)
Mutual labels:  deno, denoland
deno-mongo-api
Example for building REST APIS with deno and MongoDB
Stars: ✭ 17 (-26.09%)
Mutual labels:  deno, denoland
Dancer-Plugin-SimpleCRUD
Quick and effortless CRUD (create/read/update/delete) operations based on database tables
Stars: ✭ 25 (+8.7%)
Mutual labels:  crud, crud-api
kafkaSaur
Apache Kafka client for Deno
Stars: ✭ 42 (+82.61%)
Mutual labels:  deno, denoland
dataStructure
Implement different Data Structures using TypeScript and JavaScript. Deno Third-party Module.
Stars: ✭ 24 (+4.35%)
Mutual labels:  deno, denoland
sql-repository
[PHP 7] SQL Repository implementation
Stars: ✭ 37 (+60.87%)
Mutual labels:  crud
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+517.39%)
Mutual labels:  crud
johanbrook.com
Naming the repo "johanbrook.com" was a mistake.
Stars: ✭ 17 (-26.09%)
Mutual labels:  deno
therack
Laravel 7 e-commerce website
Stars: ✭ 77 (+234.78%)
Mutual labels:  crud
dem
A module version manager for Deno.
Stars: ✭ 58 (+152.17%)
Mutual labels:  deno

A functional CRUD-like API with Deno and Postgres

This is the source code for my article: Creating your first REST API with Deno and Postgres.

This project was developed to work with Deno 1.0.0. Different versions can bring inconsistencies to the project.

You can use this link to install a specific version of Deno to your machine. Then, enter the root folder of this project, and run the following command:

deno run --allow-net --allow-env index.js

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].