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.
- Host: GitHub
- URL: https://github.com/mitchi-02/to-do-web-app
- Owner: Mitchi-02
- License: mit
- Created: 2023-06-18T16:14:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T13:11:56.000Z (over 1 year ago)
- Last Synced: 2025-03-17T21:50:30.317Z (4 months ago)
- Topics: app-router-nextjs, mongodb, mongoose, next-auth, nextjs13, server-actions, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://taskify-xmitchix.vercel.app/
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```