Skip to content
/ Hive Public

A seamless, collaborative event planning platform powered by PostgreSQL, Express.js, and Next.js. Organize events, track participants, and monitor real-time metrics with Grafana & Prometheus. πŸš€

License

Notifications You must be signed in to change notification settings

AMS003010/Hive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

52 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hive

Collaborative event planning platform built with PostgreSQL, Express.js, and Next.js, featuring Prometheus metrics and a Grafana dashboard for monitoring.


πŸš€ Features

  • Collaborative Event Planning: Manage events, participants, volunteers, and organizers.
  • Real-time Metrics & Monitoring: Integrated with Prometheus and Grafana.
  • Scalable Architecture: Built using Docker, PostgreSQL, Express.js, and Next.js.
  • Deployment Ready: Hosted on Vercel and Koyeb.

πŸ—οΈ Built With

Technology Description
Node.js JavaScript runtime for backend development
Express.js Web framework for Node.js
PostgreSQL Relational database management system
pg ORM for PostgreSQL
Next.js React framework for frontend development
Grafana Monitoring and observability platform
Prometheus Time-series monitoring system
Docker Containerization platform

πŸ“Œ Prerequisites

Ensure you have the following installed before running the application:


πŸ› οΈ Setup & Installation

1️⃣ Clone the Repository

 git clone https://github.com/AMS003010/Hive.git
 cd Hive

2️⃣ Start the Backend (Database, API, and Metrics Dashboard)

docker compose up

3️⃣ Initialize the Database

Make a POST request to setup all the tables, functions, and triggers in PostgreSQL:

curl -X POST http://localhost:8000/api/setup

(Any API client like Postman or Insomnia can be used.)

4️⃣ Start the Frontend

cd frontend
npm install
npm run dev

5️⃣ Access the Application


πŸ“Έ Screenshots

Home Login Signup
Home Login Signup
Admin Dashboard Stats Filter
Admin Dashboard Stats Filter
Event Page 1 Event Page 2 Metrics
Event 1 Event 2 Metrics

🌍 Deployment

Project Hive is deployed at:

  • Frontend: Hive on Vercel
  • Backend & Database: Hosted on Koyeb Β Β (Sorry can't expose the endpoints, dont want any DDOS πŸ˜™)

πŸ‘¨β€πŸ’» Maintainers

This project is maintained by @AMS003010.


πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.


πŸ’‘ Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.


πŸ“© Contact

For any queries or issues, feel free to reach out via GitHub Issues.

Happy Coding! πŸš€

About

A seamless, collaborative event planning platform powered by PostgreSQL, Express.js, and Next.js. Organize events, track participants, and monitor real-time metrics with Grafana & Prometheus. πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published