The purpose of this project is to...
For further information please see the project_overview.md guide.
Sample Customer Information...
For the duration of this project, development will be done using the MERN tech stack — MongoDB, Express.js, React, and Node.js. All architectural decisions, feature implementations, and contributions should align with this stack to ensure consistency, maintainability, and efficient collaboration across the team.
MongoDB info and docs...
Installation Commands
Common Commands
Express info and docs...
Installation Commands
Common Commands
React info and docs...
Installation Commands
npm create vite@latest my-app
cd my-app
npm install
npm run devCommon Commands
npm run dev # Start development server
npm run build # Build for production
npm run preview # Preview production build locallyNode.js info and docs... Node JS Documentation
Installation Node JS Downlaod Link
Verify Installation
node -v
npm -vCommon Commands
Sample Getting Started information (briefly explain top level info for devs to get started. Link them to the more in-depth getting started .md file)
For further information on starting development please see the detailed getting_started.md file.