Skip to content

parshavshah/minimal-mern-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

Minimal Mern Boilerplate

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

Features

  • Clean code
  • MVC Backend Structure
  • Boostrap ready
  • Auth Ready

Installation

Install my-project with npm

  cd my-project
  cd backend
  npm install
  cd ..
  cd frontend
  npm install

Environment Variables

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

Run Locally

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

Tech Stack

Client: React, Bootstrap Server: Node, Express Database: MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published