Skip to content

This is a full stack web to do app, built with NextJS 13 and MongoDB.

License

Notifications You must be signed in to change notification settings

Mitchi-02/to-do-web-app

Repository files navigation

Taskify

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.

Getting started

Don't forget to fill your env file with env variables.

Dev Server

cp .env.local.example .env.local
npm / yarn / pnpm install
npm / yarn / pnpm dev