Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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