https://github.com/sazzadsazib/deno-api-playground-oak
Project based on DENO(OAK) & MongoDB
https://github.com/sazzadsazib/deno-api-playground-oak
Last synced: 2 months ago
JSON representation
Project based on DENO(OAK) & MongoDB
- Host: GitHub
- URL: https://github.com/sazzadsazib/deno-api-playground-oak
- Owner: sazzadsazib
- License: mit
- Created: 2020-05-26T03:08:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T04:59:54.000Z (about 5 years ago)
- Last Synced: 2025-02-06T19:26:59.763Z (4 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DocX
Clone the repo
```
$ https://github.com/sazzadsazib/docX.git
```Add Enviroment Variables
```
DB_USERNAME=YOUR DB USERNAME
DB_PASS=YOUR DB PASSWORD
DB_NAME=YOUR DB NAME
```Install `Denon`
```
$ deno install --allow-read --allow-run --allow-write -f --unstable https://deno.land/x/denon/denon.ts
```Start the server
```
$ denon start
```