Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgbenine/task-manager
Manage your tasks by profile, here you can create a profile, log in with your account, create, edit and manage your daily tasks
https://github.com/jgbenine/task-manager
drag-and-drop fastify next-auth nextjs nodejs postgresql prisma react resend sass zod
Last synced: about 2 months ago
JSON representation
Manage your tasks by profile, here you can create a profile, log in with your account, create, edit and manage your daily tasks
- Host: GitHub
- URL: https://github.com/jgbenine/task-manager
- Owner: jgbenine
- Created: 2024-07-20T15:21:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T17:10:54.000Z (4 months ago)
- Last Synced: 2024-10-12T02:42:08.726Z (2 months ago)
- Topics: drag-and-drop, fastify, next-auth, nextjs, nodejs, postgresql, prisma, react, resend, sass, zod
- Language: TypeScript
- Homepage: https://to-dolist-web.vercel.app/
- Size: 3.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management - To do List
#### Login, Logout, Register, Create, Delete, Update
##### Tasks for users.
Back-end
1 - Acesse a pasta /server e instale as dependencias com os comandos.
```bash
npm install
```2 - inicie e o servidor com o comando
```bash
npm run dev
```Front-end - Web
1 - Acesse a pasta web e execute os comandos.
```bash
npm install
```2 - Inicie o front end com o comando
```bash
npm run dev
```3 - Acesse a interface
```bash
http://localhost:3000
```