All Projects → iravitejakumar → deno-mongo-api

iravitejakumar / deno-mongo-api

Licence: MIT license
Example for building REST APIS with deno and MongoDB

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to deno-mongo-api

kafkaSaur
Apache Kafka client for Deno
Stars: ✭ 42 (+147.06%)
Mutual labels:  deno, denoland
dataStructure
Implement different Data Structures using TypeScript and JavaScript. Deno Third-party Module.
Stars: ✭ 24 (+41.18%)
Mutual labels:  deno, denoland
Fae
A functional module for Deno inspired from Ramda.
Stars: ✭ 44 (+158.82%)
Mutual labels:  deno, denoland
ssvm-deno-starter
A template project to run Rust functions in Deno through the Second State WebAssembly engine.
Stars: ✭ 50 (+194.12%)
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 (+129.41%)
Mutual labels:  deno, denoland
deno-x-ranking
🦕 Deno Third Party Modules Ranking 👑
Stars: ✭ 28 (+64.71%)
Mutual labels:  deno, denoland
logrocket deno api
A functional CRUD-like API with Deno and Postgres
Stars: ✭ 23 (+35.29%)
Mutual labels:  deno, denoland
cnpj
🇧🇷 Format, validate and generate CNPJ numbers in Node & Deno
Stars: ✭ 26 (+52.94%)
Mutual labels:  deno, denoland
denoliver
A simple, dependency free static file server for Deno with possibly the worst name ever.
Stars: ✭ 94 (+452.94%)
Mutual labels:  deno, denoland
dotland
deno.land website
Stars: ✭ 947 (+5470.59%)
Mutual labels:  deno
svelte
Svelte compiler ported to Deno
Stars: ✭ 71 (+317.65%)
Mutual labels:  deno
azure-functions-deno-worker
Run Deno 🦕 on Azure Functions ⚡️
Stars: ✭ 99 (+482.35%)
Mutual labels:  deno
zeno.zsh
zsh fuzzy completion and utility plugin with Deno.
Stars: ✭ 119 (+600%)
Mutual labels:  deno
Deno-news-cli
A deno based CLI app to show quick news at your terminal
Stars: ✭ 18 (+5.88%)
Mutual labels:  deno
deno math
Deno module for high-precision calculations and scientific computing
Stars: ✭ 21 (+23.53%)
Mutual labels:  deno
oembed-parser
Extract oEmbed data from given webpage
Stars: ✭ 65 (+282.35%)
Mutual labels:  deno
Thread
type safe multi-threading made easier
Stars: ✭ 34 (+100%)
Mutual labels:  deno
kyuko
Fast and easy http framework for Deno Deploy 🦕
Stars: ✭ 18 (+5.88%)
Mutual labels:  deno
sinco
Browser Automation and Testing Tool for Deno, written in full TypeScript
Stars: ✭ 54 (+217.65%)
Mutual labels:  deno
deno-bin
Use Deno via npm
Stars: ✭ 52 (+205.88%)
Mutual labels:  deno

deno-mongo-api

An Example for building REST APIS with Deno and MongoDB

🚀 Getting started

Download

Clone the repository using Git:

git clone https://github.com/iravitejakumar/deno-mongo-api.git

Or download here.

Install

Installations not needed.

All package are decentralized and they are imported via URL.

Usage

You must have Deno installed on your local machine. For more info: https://deno.land/.

Compared to Node.js, Deno provides by default a more secure protection when you run the script. For running correctly this program, you must explicitly grant the permissions:

deno run --allow-net --allow-write --allow-read --allow-plugin --allow-env --unstable index.ts

Author

👤 Ravi Teja Kumar Isetty

Built with ❤️ using

  • Deno - A secure runtime for JavaScript and TypeScript

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

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].