Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigoqueiroz12/ignite-node-todo-list

Primeiro desafio da trilha node.js do curso ignite da Rocketseat
https://github.com/rodrigoqueiroz12/ignite-node-todo-list

api-rest csv-parser nodejs

Last synced: about 1 month ago
JSON representation

Primeiro desafio da trilha node.js do curso ignite da Rocketseat

Awesome Lists containing this project

README

        



[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/rodrigo-queiroz-a113a9212)




ignite-node-todo-list


## About The Project

This project is a challenge from Rocketseat's Ignite course that consists of a CRUD of tasks using Node.js

(back to top)

### Built With

[![Node.js](https://img.shields.io/badge/Node.js-%23339933.svg?style=flat&logo=node.js&logoColor=white)](https://nodejs.org/)

(back to top)

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Installation

1. Clone the repo
```sh
git clone https://github.com/rodrigoqueiroz12/ignite-node-todo-list.git
```
2. Install the packages
```sh
npm install
// or
pnpm install
```
3. Run the project
```sh
npm run dev
npm run seed
// or
pnpm run dev
pnpm run seed
```
Obs:
The `run seed` command is used to fetch tasks from the `tasks.csv` file

(back to top)

## Contact

Rodrigo Queiroz - [email protected]

(back to top)