Skip to content

A fully responsive web app template built using the MERN stack, featuring login/signup functionality. This template leverages Prisma for database ORM, Daisy UI, and Tailwind CSS for modern UI design. Includes an example .env file for easy setup and is ready for both local development and deployment.

Notifications You must be signed in to change notification settings

Poojan38380/MERN-DAISYUI-Ready-to-Deploy-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN DAISYUI Ready-to-Deploy Template

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.

Features

  • 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

Project Structure

The project contains two main directories:

  1. backend: Handles the server-side logic.
  2. frontend: Contains the React-based frontend.

Prerequisites

Make sure you have the following installed:

Getting Started

Backend Setup

  1. Clone the repository:
    git clone https://github.com/Poojan38380/MERN-DAISYUI-Ready-to-Deploy-Template.git
    cd MERN-DAISYUI-Ready-to-Deploy-Template
  2. Install dependencies:
    npm install
  3. Start the backend server::
    npm start

Frontend Setup

In a separate terminal:

  1. Navigate to the frontend directory:
    cd frontend
  2. Install frontend dependencies:
    npm install
  3. Run the frontend in development mode:
    npm run dev

Environment Configuration

Make sure to set up your .env file for both backend and frontend using the provided example.env.

About

A fully responsive web app template built using the MERN stack, featuring login/signup functionality. This template leverages Prisma for database ORM, Daisy UI, and Tailwind CSS for modern UI design. Includes an example .env file for easy setup and is ready for both local development and deployment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published