A new Flutter project.
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.
VS Code | Figma
For Icon
FavIcon | Icon8 | IconFinder
For Images
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.