This is Boiler for Full Stack MERN Application.
Frontend: Vite + React, TailwindCSS
Backend: NodeJs, ExpressJs, MongoDB
Others:
- Mongoose for MongoDB
- BcryptJs for Password Encryption
- JsonwebToken for Tokens
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