Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 446 Bytes

File metadata and controls

22 lines (17 loc) · 446 Bytes

Youtube Master Class Node

This is a simple node project to study its functionality like:

  • API creation
  • Creation of servers
  • Native modules

How to Start

# 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 start

You can see the application running in your localhost:5000 and localhost:3000(API)