-
Clone the Repository
git clone https://github.com/your-username/EventPlanner.git cd EventPlanner -
Install Backend Dependencies
cd server npm init -y npm installnpm add --dev nodemon
-
Install Frontend Dependencies
cd client/event-planner npm init -y npm installnpm add react-router-dom axioos react-cookie
-
Environment Configuration Create a
secrets.jsfile in the server directory.export const mongoPass = "password";
- Replace
passwordby the actual password shared on the discord channel Secrets. - Add your IP address in the network access section of MongoDB
- Replace
-
Start Backend Server
cd server npm start -
Start Frontend
cd client/event-planner npm run dev -
Testing the App
- After launching Frontend, press
o + enterin the terminal to be redirected to the web page.
- After launching Frontend, press