/Drill-Node

This Project is for learning NodeJS and a walk to become a complete NodeJS Developer.

MIT LicenseMIT

Drill-Node

A quick overview on node.js

Usage

This Project is for learning NodeJS and a walk to become a complete NodeJS Developer.
This repository contain sevarel branches:

  • master
  • basic-node
  • advanced-node
  • rest-api
  • Project: Todoist
  • Project: Todo-app
  • Project: Chat-app

To go to a particular branch, checkout that branch.

Running Locally

$ git clone https://github.com/bipro10/Drill-Node.git
$ git cd Drill-Node
$ git checkout 'branch_name'

Table of contents

Installing

Requirement

Checking

$ node -v
$ git -version

Note: $ refers terminal command

Terminal Command

$ npm init
$ npm install nodemon -g
$ npm install express -save
$ npm install mongoose -save

Basic Node.js

Go to branch basic-node

REST API

Go to branch rest-api

Todoist

Ful functional Todo application built with MERN stack (A MERN Stack Sample).

Go to branch Todoist

Contributing

Author

Biprodas Roy