Skip to content

mate-academy/deno-drash-realworld-example-app

 
 

Repository files navigation

Drash Example App

How to Run

  1. x86 chips

      docker compose build && docker compose up
  2. Apple silicon M-chips

      docker compose -f docker-compose.m1.yml build && docker compose -f docker-compose.m1.yml up

Navigate to http://localhost:1667

Run with make commands

Also, you can run the project with Makefile (Unbuntu), (Windows, for Mac available by default) commands:

ARM processors: make build-m1, make m1 All other: make build, make up

Frontend login

There are a total of 100 users, with each user having the same password. Say we want to login as user 32:

Username: user32
Password: Userpass1
Email: user32@hotmail.com

About

Deno + Drash RealWorld example app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.9%
  • Vue 22.1%
  • JavaScript 12.6%
  • Other 1.4%