/analog-prisma

Note App with AnalogJs, tRPC, Prisma and CockroachDB

Primary LanguageTypeScript

Note App with AnalogJs, tRPC, Prisma, and CockroachDB

Introduction

This project demonstrates the creation of a note application using AnalogJs, tRPC, Prisma, and CockroachDB. The goal is to provide a seamless experience by integrating these technologies.

Prerequisites

  • Node.js
  • npm
  • CockroachDB account

Installing dependencies

After cloning the repo you need to install all dependencies using:

npm i

Note: be sure to create a cockroach account first and configure everything as pointed in the article: From scratch to storage

Executing the project

To run the project the we will use nx tools commands:

nx serve analog-prisma-tprc

Happy coding!!