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

https://github.com/svbgabriel/deno-backend-test

A small project reworked to study deno
https://github.com/svbgabriel/deno-backend-test

deno typescript

Last synced: 5 months ago
JSON representation

A small project reworked to study deno

Awesome Lists containing this project

README

          

# deno-backend-test

Tested with deno v1.39.4

## To start up the application

- Copy the file .env.example as .env
- Set the variables:
- PORT: Port number (default 8080)
- DB_URL: MongoDB URL
- PIPEDRIVE_TOKEN: Token API of Pipedrive
- PIPEDRIVE_BASE_URL: Pipedrive base URL
- BLING_TOKEN: Token API of Bling
- BLING_BASE_URL: Bling base URL
- Run the following command:
```sh
deno task dev
```

## Check the swagger doc

http://localhost:8080/swagger-ui/