https://github.com/iravitejakumar/deno-mongo-api
Example for building REST APIS with deno and MongoDB
https://github.com/iravitejakumar/deno-mongo-api
deno denoland javascript mongodb typescript
Last synced: 3 months ago
JSON representation
Example for building REST APIS with deno and MongoDB
- Host: GitHub
- URL: https://github.com/iravitejakumar/deno-mongo-api
- Owner: iravitejakumar
- License: mit
- Created: 2020-05-23T18:44:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T17:14:02.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T07:01:56.938Z (3 months ago)
- Topics: deno, denoland, javascript, mongodb, typescript
- Language: TypeScript
- Size: 2.8 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno-mongo-api
> An Example for building REST APIS with Deno and MongoDB
## :rocket: Getting started
### Download
Clone the repository using **Git**:
```bash
git clone https://github.com/iravitejakumar/deno-mongo-api.git
```
Or download [here](https://github.com/iravitejakumar/deno-mongo-api/archive/master.zip).### 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**
* Twitter: [@iravitejakumar](https://twitter.com/iravitejakumar)
* Github: [@iravitejakumar](https://github.com/iravitejakumar)## Built with :heart: using
* [Deno](https://deno.land/) - _A secure runtime for JavaScript and TypeScript_## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/iravitejakumar/deno-mongo-api/issues).
## Show your support
Give a ⭐️ if this project helped you!