This is a simple MERN (MongoDB, Express.js, React.js, Node.js) stack application. It serves as a template for building full-stack web applications using these technologies.
- MongoDB: MongoDB is used as the database to store application data.
- Express.js: Express.js is used as the web application framework to handle server-side logic.
- React.js: React.js is used for building the user interface components.
- Node.js: Node.js is used as the server-side runtime environment.
- Frontend: React.js + Axios
- Backend: Node.js + Express.js
- Database: MongoDB Atlas
- Tools: Mongoose, CORS, Dotenv, Nodemon
MERN-STACK/
│
├── client/ # React Frontend
└── server/ # Node + Express Backendcd server
npm install
npm run devcd client
npm install
npm start