This project is a comprehensive solution for enhanced project management, featuring intuitive user interfaces and robust backend integration. It includes functionalities such as file sharing, meeting scheduling, chat functionality, and task scheduling for seamless team collaboration.
- Frontend: React Native
- Backend: Node.js, Express
- Database: MongoDB
-
Create a
.env
file in thebackend
folder with the following content:MONGO_URI=your_mongourl JWT_SECRET=your_secret
-
Install the backend dependencies and run the server:
cd backend npm install nodemon server.js
-
Update the IP address in
ipconstant.jsx
in ipconstant folder:export default ip = 'http://{your ip address}:5000'
-
Install the frontend dependencies and run the application:
cd appfrontend npm install npm start