An open API service indexing awesome lists of open source software.

https://github.com/mitchi-02/to-do-web-app

This is a full stack web to do app, built with NextJS 13 and MongoDB.
https://github.com/mitchi-02/to-do-web-app

app-router-nextjs mongodb mongoose next-auth nextjs13 server-actions tailwindcss typescript

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```