/deno-rest

Deno Backend RESTFul API Boilerplate

Primary LanguageTypeScript

Deno Rest

Deno backend RESTFul api boilerplate, starter for Deno backend project.

Dependencies

How to Use

This project allow to run with two option, with docker or directly form your computer

Installation

First of all copy and paste the env.example to env.development or you can run command below.

cp ./.env/.env.example ./.env/.env.development

With Docker

This project allow you to run this project on the docker, maksure you have docker installed on your machine. then run command below.

// with deamon flag
docker-compose up -d

// wthout diamon flag
docker-compose up

// to terminate
docker-compose down

Run on Local Machine

This project also allow you to run directly form your machine.

denon start

Then you ready to go with deno.

Thanks for being visited this project.