An all in one platform to help the E-Board organize events and capture data to aggregate into club trends
- Clone the repository
- Install
npm,react, andnode.
-
Navigate to the backend directory:
cd backend -
Install dependencies:
npm install
-
Create a
.envfile in the backend directory and configure environment variables (example below):MONGO_URI=
-
Add the
credentials.jsonfile to the backend directory -
Start the backend server:
node index.js
- In a new terminal, navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the frontend development server:
npm run dev