Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.07 KB

Readme.md

File metadata and controls

23 lines (18 loc) · 1.07 KB

Deno + HonoJS + Class-validator codebase examples


Getting started

This project is a demo for me to start approaching and coding with Typescript and Deno, so it's inevitable that basic TS errors like Interface, Type,.... if you see something wrong, you can can raise in Issue, I will check. Thanks and let's start.

Installation

You can view a live demo over at Demo

To get the project running locally:

  • Install Deno
  • deno task dev to start the local server

Database

The codebase using Prisma.

  • schema-format to format Prisma schema
  • schema-generate to generate a Prisma client
  • schema-push to create the database schema

If you want config more about prisma you can read more in Docs or Video tutorial by Deno Offical Chanel