(cloud hosted noSQL db)
Connect to MongoDB Atlas

- server/.env
- server/server.js
npm start

- In full-stack development (especially with Node.js + Express + a database like MongoDB), CRUD, Schema, Model, and Route are fundamental concepts for handling data.
- MongoDB MCP Server
POST form input from Register + GET data from MongoDB for Login
npm install express mongoose cors body-parser