# | Projects | Live Preview |
---|---|---|
01 | Task Manager (Node.js RESTfulAPI) | Click Here ↗ |
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
Install the below extensions:
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.
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 🤣 </>