Skip to content

🦕 A try on Deno's ecosystem with Oak framework for Web APIs

Notifications You must be signed in to change notification settings

EstebanBorai/a-bit-of-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a-bit-of-deno

🦕 A try on Deno's ecosystem with Oak framework for Web APIs

Usage

Requirements

Recomendations

Visual Studio Code support is guaranteed for Deno and this project, so its highly recommended to use Visual Studio Code in order to work with this project.

It is also recommended to install justjavac's extension vscode_deno for Deno support.

Running Locally

# runs the server locally
$ deno run -A Drakefile.ts start

# create a .env file for the project
$ deno run -A ./Drakefile.ts make-env

Docker & MySQL

# build the docker image
sudo docker build -t mysql-bit-of-deno ./docker/

# run the docker image
sudo docker run --env-file ./.env mysql-bit-of-deno

About

🦕 A try on Deno's ecosystem with Oak framework for Web APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published