saurabsen / clubExpo

0 stars 1 forks source link

Club Explore

The Ultimate Club Management App

Website Link: https://www.clubspace.ca/

Team Members

Installation

Clone this project to test locally

  git clone https://github.com/saurabsen/clubExpo.git
  cd clubExpo

Install frontend and backend dependencies

  cd frontend
  npm install
  cd ..
  cd backend
  npm install
  cd ..

Environment Variables

Add the following in the .env file inside backend folder :

PORT

MONGO_USERNAME

MONGO_PASSWORD

Run Locally

Start server

  cd backend
  npm start

Start client

  cd frontend
  npm start

Sample Users Login

Student/Employee Login ID: member@solarcorp.com Password: test

Club Admin Login ID: clubadmin@solarcorp.com Password: test

Organization/Hub Admin Login ID: hubadmin@solarcorp.com Password: test

Go to http://localhost:3000 on your browser to interact with Club Explore application.