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

https://github.com/hideba/deno-crud


https://github.com/hideba/deno-crud

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

#
## run
```
deno run --allow-env --allow-net app.ts
```

without
```
--allow-env
```

you'll get
```
Uncaught PermissionDenied: access to environment variables, run again with the --allow-env flag
```