- Front-end: React
- Back-end: Node.js, Express
- Database: MySQL
- Authentication:
- Styling:
git clone https://github.com/AbhishekShirol/WeddingManagementSystem-WMS.git
cd wedding-management-system
cd client
npm install
cd server
npm install
DB_NAME=weddingevent
DB_USER=
DB_PASSWORD=
DB_HOST=localhost
DB_PORT=
cd server
npm start
cd client
npm start