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.
- Node.js
- npm
- CockroachDB account
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
To run the project the we will use nx tools commands:
nx serve analog-prisma-tprc
Happy coding!!