Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 395 Bytes

Architecture and Deno Study

Repository for studying architeture model and the Deno runtime.

Requirements

Run App

sudo docker-compose run app

Up Server

sudo docker-compose up -d www

Access: http://localhost:8000

Tests

sudo docker-compose run tests