Minimal MERN Boilerplate" serves as a foundational project for MERN stack applications, offering a streamlined starting point with essential structures for both backend and frontend components. The backend is organized using the MVC pattern, ensuring a well-structured and modular architecture, while the frontend is crafted with Vite for efficient development
- Clean code
- MVC Backend Structure
- Boostrap ready
- Auth Ready
Install my-project with npm
cd my-project
cd backend
npm install
cd ..
cd frontend
npm install
To run this project, you will need to add the following environment variables to your .env file
MONGO_URL=mongodb/0.0.0.0:27017/your-db-name
PORT=8000
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
Client: React, Bootstrap Server: Node, Express Database: MongoDB