Skip to content

haidnguyen/ng-trpc-demo

Repository files navigation

Install dependencies

npm install

Setup database with postgreSQL

You can use docker or install PostgreSQL on your machine then update the connection string in .env file (there is a .env.example file you can edit and remove .example extension)

then run this command to migrate data

npm run db:migrate

Start Web

npm run start web

Start Server

npm run start server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published