Below are the instructions for setting up and running the project.
cluster-delta
├── client
├── server
└── model
- client: Frontend code (Next.js application).
- server: Backend code (Node.js application).
- model: Currently not in use. No need to work on this folder.
- Navigate to the client directory:
cd client
- Install dependencies:
npm install
- Navigate to the server directory:
cd server
- Start the server:
npm start
- MongoDB access has been granted to all team members.
- If you do not have access, please send your email ID via direct message.
- The
.env.local
file has been shared in the common group. Ensure you add it to the root directories of theclient
andserver
folders.
-
Frontend API Endpoints:
- The frontend currently uses APIs hosted on Render.
- Use the
search and replace
functionality in your editor to replace all API URLs with thelocalhost
URL once the server is running. - The
localhost
URL will be available after you start the backend server.
-
Model Folder:
- Currently, no work is required on the
model
folder.
- Currently, no work is required on the