Skip to content

diogorochaa/crud-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crud Node

About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Esse projeto foi desenvolvido para colocar em pratica as técnicas de Crud em Node

🚀 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/diogorochaa/crud-node.git

# Access
$ cd crud-node

# Install dependencies
$ yarn

# Run the project
$ yarn start

📝 License

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

Made with ❤️ by Diogo

 

Back to top