This repository provides a fully functional web app template using the MERN stack, along with login/signup functionality. The app is fully responsive and uses Prisma, Daisy UI, Tailwind CSS, and includes an example .env
file for easy configuration.
- MERN stack (MongoDB, Express, React, Node.js)
- Prisma for database ORM
- Daisy UI and Tailwind CSS for responsive design
- Login/Signup functionality
- Ready for local development and deployment
The project contains two main directories:
backend
: Handles the server-side logic.frontend
: Contains the React-based frontend.
Make sure you have the following installed:
- Clone the repository:
git clone https://github.com/Poojan38380/MERN-DAISYUI-Ready-to-Deploy-Template.git cd MERN-DAISYUI-Ready-to-Deploy-Template
- Install dependencies:
npm install
- Start the backend server::
npm start
In a separate terminal:
- Navigate to the frontend directory:
cd frontend
- Install frontend dependencies:
npm install
- Run the frontend in development mode:
npm run dev
Make sure to set up your .env file for both backend and frontend using the provided example.env.