https://nodejs.org/en/download
https://www.mongodb.com/try/download/community
https://www.mongodb.com/try/download/compass
Note: By default mongodb server runs on port: 27017
mongodb://localhost:27017/<database name>
https://code.visualstudio.com/download
npm init <project name>
npm install <module name>
npm create <package name>
npm run <script name>
npx <package name>
npm install express
npm install mongoose@5.13.22
npm create vite <project name> -- --template react
CORS (Cross-Origin Resource Sharing): https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
vite: https://vitejs.dev/
mongoose: https://mongoosejs.com/docs/index.html
- windows: https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/
- linux: https://www.mongodb.com/docs/manual/administration/install-on-linux/
- macos: https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/
- Node.js installation: https://www.youtube.com/watch?v=igJAD0J5Cts
- Mongodb server installation: https://www.youtube.com/watch?v=wcx3f0eUiAw
- Mongodb compass installation: https://www.youtube.com/watch?v=ytm9Iwe4Um0