Skip to content

CrispenGari/node-startup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Nodejs

In this repository we are going to learn Node.js itself and get hand dirt with practical code in node.js.

cover

Installation

You can install nodejs by gong to nodejs.org and download the distribution that suits your operating system.

Languages

This repository has two main languages which are:

- javascript(js)
- typescript(ts)

Package managers

This repository uses the following package managers.

- yarn
- npm

Include

This repository also include sub-repositories which are:

  • contains some nodejs native code and understanding node.js itself.
  • contains nodejs server code for creating rest and graphql api using different technologies.