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
- Host: GitHub
- URL: https://github.com/svbgabriel/deno-backend-test
- Owner: svbgabriel
- License: mit
- Created: 2020-03-14T22:33:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T14:48:44.000Z (over 2 years ago)
- Last Synced: 2024-01-31T16:32:11.398Z (over 2 years ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/