This is a simple node project to study its functionality like:
- API creation
- Creation of servers
- Native modules
# Clone this repository
git clone https://gitlab.com/Igoohd/youtube-masterclass-node.git
# Go to the paste "http"
cd http
### Start API server
npm run api
### Start server
npm run startYou can see the application running in your localhost:5000 and localhost:3000(API)