/clubhouse

A platform to find and stay connected with club activities inside iiitH

Primary LanguageJavaScript

Clubhouse@IIITH

clubhouse

Clubhouse was born out of us missing too many events in IIIT, simply because we did not even know they were happening. Then in became clear that we needed a platform that would be the one stop for all event updates. Clubhouse is a platform where you can join you favourite clubs and be notified about the events/meetings happening in that club. It is better for both the members and the clubs themselves, since the members would be able to participate in the club in a greater capacity and for clubs to increase participation.

Screenshots

Dashboard

CreateEvents

Installation

First clone the repository and change your directory to the root of the repository. To run the application locally, proceed through the following steps.

  • Running backend using nodemon on localhost:8000
$ cd backend
$ npm install
$ npm start
  • Running frontend on localhost:3000
$ cd frontend
$ npm install
$ npm run dev

Contributing

We are looking for contributors, well made PR's are always accepted.