/UNICLUB

UniClub is a club management web application basically designed to handle the working of the clubs of our College, which offers and controls a variety of club activities, including sharing event information, posting club- related information, assigning Presidents to every Club via Admin Panel.

Primary LanguageJavaScriptMIT LicenseMIT

#UNICLUB

Running the application in local

Client (React UI)

  • Install the client dependencies by using command npm run client-install
  • Run the client by using command npm run client

Server (Express API)

  • Install the server dependencies by using command npm run server-install
  • Add a .env file inside the server directory
  • Create a new mongo DB cluster (ignore if already created)
  • Update the .env file with required env variable as shown in the below format
PORT=<Port number>
MONGO_DB_CONNECTION_STRING=<mongo db connection string with username and password>

#Glimpses of UniClub image

image

image