Event Hub is a web application that allows users to create, manage, and view events.
It provides features such as event creation, management, and commenting.
- User authentication and authorization
- Event creation, management, and viewing
- Commenting on events
- Theme customization
- Admin dashboard for managing events and comments
To get started with Event Hub, follow these steps:
- Clone the repository:
git clone https://github.com/JagTheFriend/Event-Hub.git - Install dependencies:
npm install - Configure environment variables: Create a
.envfile based on the.env.examplefile and provide the necessary values. - Start the application:
npm start
Contributions are welcome!
If you have any suggestions or improvements, please open an issue or submit a pull request.