Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rodrigoqueiroz12/ignite-node-todo-list
- Owner: rodrigoqueiroz12
- Created: 2023-11-03T23:29:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T17:36:07.000Z (about 1 year ago)
- Last Synced: 2024-01-29T15:45:10.800Z (11 months ago)
- Topics: api-rest, csv-parser, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### Built With
[![Node.js](https://img.shields.io/badge/Node.js-%23339933.svg?style=flat&logo=node.js&logoColor=white)](https://nodejs.org/)
## 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## Contact
Rodrigo Queiroz - [email protected]