Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 554 Bytes

restapp

github github issues

Definitely a cool chat application.

Building from source

Requirements:

  • MySQL@^8.0
  • Go@^1.23
  • Deno@^2.0

Tip

First setup:

  1. Run deno task init:build.
  2. Change the .env file.
  3. Run deno task serve.

Read more about contributing here.