Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishabh-pandey-sternx/deno-rest-api

Simple CRUD API build with Deno and Attain(Express) using MongoDB
https://github.com/rishabh-pandey-sternx/deno-rest-api

api attain auth crud crud-api deno denoland heroku logger-middleware mongodb rest static typescript

Last synced: about 2 months ago
JSON representation

Simple CRUD API build with Deno and Attain(Express) using MongoDB

Awesome Lists containing this project

README

        

# Deno REST API

Simple CRUD API build with Deno and Attain(Express) using MongoDB

### Running Application

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

## Deno Flags

• --allow-env :allow environment access

• --allow-hrtime :allow high resolution time measurement

• --allow-net= :allow network access

• --allow-plugin :allow loading plugins

• --allow-read= :allow file system read access

• --allow-run :allow running subprocesses

• --allow-write= :allow file system write access

• --allow-all :allow all permissions (same as -A)

### Formatting code

`deno fmt`