An Example for building REST APIS with Deno and MongoDB
Clone the repository using Git:
git clone https://github.com/iravitejakumar/deno-mongo-api.git
Or download here.
Installations not needed.
All package are decentralized and they are imported via URL.
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
👤 Ravi Teja Kumar Isetty
- Twitter: @iravitejakumar
- Github: @iravitejakumar
- Deno - A secure runtime for JavaScript and TypeScript
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!