Skip to content

AbhishekShirol/WeddingManagementSystem-WMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

WeddingManagementSystem-WMS

Overview

Table of Contents

Features

Technologies Used

  • Front-end: React
  • Back-end: Node.js, Express
  • Database: MySQL
  • Authentication:
  • Styling:

Installation

1. Clone the repository:

git clone https://github.com/AbhishekShirol/WeddingManagementSystem-WMS.git

2. Navigate to the project directory:

cd wedding-management-system

3. Install dependencies for the front-end and back-end:

Front-end

cd client
npm install

Back-end

cd server
npm install

4. Create a .env file in the server directory with the following content:

DB_NAME=weddingevent
DB_USER=
DB_PASSWORD=
DB_HOST=localhost
DB_PORT=

5. Run the application:

Start the back-end server

cd server
npm start

Start the front-end application

cd client
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published