Skip to content

SamiurRahmanMukul/Node-RESTfulAPI-Task-Manager

Repository files navigation

Facebook Instagram Twitter LinkedIn Github

Node.JS RESTfulAPI's Task Manager

# Projects Live Preview
01 Task Manager (Node.js RESTfulAPI) Click Here ↗

Installing Packages

npm install express         // node framework
npm install serve-favicon   // api router favicon sets
npm install mongoose        // mongoDB database schema-based solution to model your application data
npm install dotenv          // environment variables

VS-Code Extensions

Install the below extensions:

Linting Setup

In order to lint and format your code automatically according to popular airbnb style guide, I recommend you to follow the instructions as described in video. References are as below.

Install Dev Dependencies

npm install -D eslint prettier
npx install-peerdeps --dev eslint-config-airbnb-base
npm install -D eslint-config-prettier eslint-plugin-prettier
                  </> HAPPY PROGRAMMING & DEVELOPING 🤣 </>