Ignite-ChallengerNode-TodoList

Github top language Github language count Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Essa será uma aplicação para gerenciar tarefas (em inglês todos). Será permitida a criação de um usuário com name e username, bem como fazer o CRUD de todos:

Tudo isso para cada usuário em específico (o username será passado pelo header).

✨ Features

✔️ - Criar um novo todo;
✔️ - Listar todos os todos;
✔️ - Alterar o title e deadline de um todo existente;
✔️ - Marcar um todo como feito;
✔️ - Excluir um todo;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/rainerio19/ignite-ChallengerNode-TodoList

# Access
$ cd desafio

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3333>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Rainerio

 

Back to top