Welcome to EventPulse, the ultimate event management platform designed for college clubs to manage events efficiently and effectively. This README file will guide you through the setup, features, and usage of EventPulse.
EventPulse is a comprehensive event management platform tailored for college clubs. It allows clubs to organize, promote, and manage their events seamlessly. With EventPulse, clubs can streamline their event planning process, improve communication, and increase participation.
Follow these steps to install EventPulse:
- Clone the Repository
git clone https://github.com/uditpadhan98/eventPulse.git
- Navigate to the Directory
cd eventPulse - Install Dependencies
npm install
- Run the Application
npm start
To configure EventPulse, follow these steps:
- Database Configuration: Update the database configuration in
backend/index.jswith your database credentials. - Environment Variables: Create a
.envfile in the root directory and add the following environment variables:MONGO_URL=your mongoDB uri BASE=http://localhost:3000
We welcome contributions to EventPulse! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch. - Make your changes and commit them:
git commit -m 'Add some feature'. - Push to the branch:
git push origin feature-branch. - Submit a pull request.