Skip to content

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.

License

Notifications You must be signed in to change notification settings

GaganLohchab/UNICLUB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.9%
  • CSS 17.4%
  • HTML 2.6%
  • Shell 1.8%
  • Dockerfile 1.3%