Skip to content

develrock/t3-todo

Repository files navigation

develrock t3-todo

This is a T3 Stack project bootstrapped with create-t3-app.

Project setup

  • 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

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published