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.
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
The codebase using Prisma.
schema-format
to format Prisma schemaschema-generate
to generate a Prisma clientschema-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