This is a T3 Stack project bootstrapped with create-t3-app
.
-
Copy the .env.example in .env file and edit it.
-
Open the terminal and run the following commands:
- install the dependencies
npm i
- create the db
npx prisma db push
- run the project in a development environment
npm run dev
-
Now you can reach the backend project at http://localhost:3000
Follow the deployment guides for Vercel, Netlify and Docker for more information.