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

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

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
```