Welcome to the Event Management System, a project built with MERN.
- User-friendly Event Creation
- Dedicated dashborad for user, admin, and event organizer
- Ticketing and Registration
- Custom Event Creation
- Shop section for event accessories
- Payment Gateway Integration
- Chatbot guide
- Notification system
- Interactive Event Pages
- Feedback and Review System
- Responsive interfaces across all devices
We welcome contributions from the community! Follow these guidelines to contribute to the project:
-
Ensure you are on the
stage
branch before starting any work:git checkout stage
-
Pull the latest changes from the
stage
branch to make sure you are up-to-date:git pull origin stage
-
Create a new branch for your feature or bug fix. Use a descriptive branch name:
git checkout -b feature/my-new-feature
-
Make your changes and commit them:
git add . git commit -m "Add a new feature"
-
Push your changes to your forked repository:
git push origin feature/my-new-feature
-
Create a pull request:
- Go to your forked repository on GitHub.
- Switch to the branch you just pushed.
- Click on the "New Pull Request" button.
- Provide a clear title and description for your pull request.
- Submit the pull request for review.
-
Create a new branch for your work. Use a descriptive branch name:
git checkout -b feature/my-new-feature
-
Make your changes and commit them:
git add . git commit -m "Add a new feature"
-
Push your changes to your forked repository:
git push origin feature/my-new-feature
-
Create a pull request:
- Go to your forked repository on GitHub.
- Switch to the branch you just pushed.
- Click on the "New Pull Request" button.
- Provide a clear title and description for your pull request.
- Submit the pull request for review.
Remember to follow the project's coding standards and guidelines when making contributions. Thank you for contributing to our project!
To get started with the project, follow these installation steps:
- Clone the repository to your local machine.
- Install project dependencies by running
npm install
. - Start the development server with
npm run dev
.
Feel free to reach out if you have any questions or need further assistance!
Admin login:
- Email: [email protected]
- Password: 123456
Event Organizer login:
- Email: [email protected]
- Password: 123456
User login:
- Email: [email protected]
- Password: 123456