Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.9 KB

README.md

File metadata and controls

68 lines (46 loc) · 1.9 KB

shopping_app

A new Flutter project.

Version used for this project

Code Snippet

INSTALL NPM PACKAGE 

npm i http express mongoose

npm i mongoose@6.3.2

Install dev dependency Nodemon
npm i nodemon --save-dev

change script in package.json
"dev": "nodemon ./index.js"

Start the Server
npm run dev

Get IP Address(Mac)
For Ethernet connections, enter the command => ipconfig getifaddr en1. For Wi-Fi connections, enter the command=> ipconfig getifaddr en0.
To get your public IP address from the Mac Terminal, enter the command=> curl ifconfig.me.

Tools Used


VS Code | Figma

Resources Used


For Icon

FavIcon | Icon8 | IconFinder

For Images

Unsplash | FreePik

Important documents


Update Node API Status COde

Helpful resources for flutter


This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.