This is my first NextJS project. A full stack app for to do list, built with NextJS 13, server actions and MongoDB.
It handles user authentication and tasks CRUD.
Don't forget to fill your env file with env variables.
cp .env.local.example .env.local
npm / yarn / pnpm install
npm / yarn / pnpm dev