Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rishabh-pandey-sternx/deno-rest-api
- Owner: rishabh-pandey-sternx
- Created: 2020-05-27T08:18:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T08:39:45.000Z (over 4 years ago)
- Last Synced: 2024-09-26T17:23:34.708Z (3 months ago)
- Topics: api, attain, auth, crud, crud-api, deno, denoland, heroku, logger-middleware, mongodb, rest, static, typescript
- Language: HTML
- Homepage: https://deno-rest.herokuapp.com/
- Size: 3.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`