Skip to content

ignite-bootcamp/nodejs-challenge-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

nodejs-challenge-01

A simple CRUD with import-from-file (XLSX) functionality built without frameworks to understand Node.js streams.

Run in Insomnia

πŸ›  Technologies

This project was developed with the following technologies:

Backend

πŸ“±πŸ’» Instructions

## 1. Clone repo
git clone https://github.com/guivictorr/nodejs-challenge-01.git

## 2. Change to project folder
cd nodejs-challenge-01

## 3. Install dependencies
npm intall

## 4. Run the app
npm run dev

πŸ€” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

About

πŸ“‹ Tasks CRUD to learn nodejs streams

Topics

Resources

Stars

Watchers

Forks