This project is a todo app bootstrapped with the T3 Stack.
- Authentication with NextAuth.js
- Create, update, and delete todos (authenticated users only)
git clone https://github.com/sadmann7/todo.gityarn installCreate a .env file in the root directory, and add the environment variables as shown in the .env.example file.
yarn run devThe application will be available at http://localhost:3000.
Follow the deployment guides for Vercel, Netlify and Docker for more information.
