Skip to content

Hack4Impact-BU/H4i-Event-Management-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H4i-Event-Management-Platform

An all in one platform to help the E-Board organize events and capture data to aggregate into club trends

Prerequisites

  1. Clone the repository
  2. Install npm, react, and node.

Backend Setup (Node.js + Express)

  1. Navigate to the backend directory:

    cd backend
  2. Install dependencies:

    npm install
  3. Create a .env file in the backend directory and configure environment variables (example below):

    MONGO_URI=
  4. Add the credentials.json file to the backend directory

  5. Start the backend server:

    node index.js

Frontend Setup (React)

  1. In a new terminal, navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the frontend development server:
    npm run dev

About

An all in one platform to help the E-Board organize events and capture data to aggregate into club trends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •