https://github.com/yashintech/eventhive
https://github.com/yashintech/eventhive
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashintech/eventhive
- Owner: YashInTech
- License: mit
- Created: 2025-01-14T15:45:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T16:47:30.000Z (over 1 year ago)
- Last Synced: 2025-03-13T08:24:36.335Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://event-hive-rho.vercel.app
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EventHive
EventHive is a seamless event planning platform that allows users to manage every detail of their events with simplicity and precision. Our intuitive interface helps you stay organized, ensuring that every detail is handled smoothly—so you can focus on what truly matters.
## Features
- **Event Management**: Create, update, and delete events with ease.
- **User Authentication**: Secure login and registration for users.
- **Responsive Design**: Optimized for both desktop and mobile devices.
- **Intuitive Interface**: User-friendly navigation and event creation process.
## Installation
To get started with EventHive, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/EventHive.git
```
2. Navigate to the project directory:
```bash
cd EventHive
```
3. Install the backend dependencies:
```bash
cd backend
npm install
```
4. Install the frontend dependencies:
```bash
cd ../frontend
npm install
```
5. Set up your environment variables (if necessary).
## Usage
To run the application, follow these steps:
1. Start the backend server:
```bash
cd backend
npm start
```
2. In a new terminal, start the frontend development server:
```bash
cd frontend
npm run dev
```
3. Open your browser and navigate to `http://localhost:5173` to access the application.
## Contributing
We welcome contributions to EventHive! If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your branch and create a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Thanks to the contributors and the open-source community for their support.