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

https://github.com/zamisyh/mongodb-deno-restapi

Make a Crud System Using Deno and MongoDB with RestfulAPI
https://github.com/zamisyh/mongodb-deno-restapi

deno-mongodb-rest-api

Last synced: 3 months ago
JSON representation

Make a Crud System Using Deno and MongoDB with RestfulAPI

Awesome Lists containing this project

README

        

logo

[![](https://img.shields.io/github/issues/zamisyh/mongodb-deno-restapi?style=flat-square)](https://img.shields.io/github/issues/zamisyh/mongodb-deno-restapi?style=flat-square) ![](https://img.shields.io/github/stars/zamisyh/mongodb-deno-restapi?style=flat-square)
![](https://img.shields.io/github/forks/zamisyh/mongodb-deno-restapi?style=flat-square) ![](https://img.shields.io/github/license/zamisyh/mongodb-deno-restapi?style=flat-square) [![HitCount](http://hits.dwyl.com/zamisyh/https://github.com/zamisyh/mongodb-deno-restapi.svg)](http://hits.dwyl.com/zamisyh/https://github.com/zamisyh/mongodb-deno-restapi) [![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg?style=flat-square)](https://code.visualstudio.com/) [![GitHub followers](https://img.shields.io/github/followers/zamisyh.svg?style=flat-square&label=Follow&maxAge=2592000)](https://github.com/zamisyh?tab=followers)

## Apa Itu Deno?
Diterjemahkan dari deno.land, Deno adalah sebuah platform untuk menjalankan Javascript dan Typescript yang menggunakan V8 dan di bangun dengan Rust. Awalnya Deno di create dengan dengan Go dan ditulis kembali menggunakan Rust agar bisa menghindari masalah garbage collect dari V8 dan Go.

------------

## Apa Itu MongoDB?
MongoDB adalah salah satu jenis database NoSQL yang berbasis dokumen dengan fomat JSON.

Pada database SQL, data disimpan dalam bentuk tabel. Sedangkan pada MongoDB data disimpan dalam bentuk dokumen dengan format JSON.

## Third Party modules
- Oak
- Mongo
- Denon

## Menjalankan Project
```
denon start
```