This is a guide on how to run the project both on the backend and frontend.
- Clone the repository:
git clone https://github.com/BlockbusterAndy/Radiantly_Internship_Task - Navigate to the backend directory:
cd backend - Install dependencies:
npm install - Start the backend server:
nodemon src/server.jsornode src/server.js
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install - Start the frontend development server:
npm run dev
Once both the backend and frontend servers are running, you can access the application by opening your web browser and navigating to http://localhost:5173/.