/MERN_boilerplate

MERN Stack Boilerplate with Auth and MongoDB Setup

Primary LanguageJavaScript

MERN Bolier Plate

This is Boiler for Full Stack MERN Application.

Tech Stack

Frontend: Vite + React, TailwindCSS

Backend: NodeJs, ExpressJs, MongoDB

Others:

  • Mongoose for MongoDB
  • BcryptJs for Password Encryption
  • JsonwebToken for Tokens

To Use

Clone the project

  git clone https://github.com/harshchandwani/MERN_boilerplate

Go to the project directory

  cd my-project

Install dependencies in both Frontend and Backend

  npm install

Start the server in Frontend

  npm run start