This app contains a dashboard screen having:
Projects Overview: List ongoing projects with status. Employee Details: List employees with roles and project assignments. Equipment Status: Overview of equipment availability.
Project details screen having: Details of selected projects like name, description, dates, assigned employees, equipment.
- Clone the repository:
git clone https://github.com/ssharma2003/ArtifyTask.git
- Navigate to the project directory:
cd ArtifyTask - Navigate to the backend directory:
cd backend - Install the dependencies
npm install
- Start the server
nodemon
Pre-requisites
- Node.js (Download and install from Node.js official site)
- Expo CLI (Install globally using
npm install -g expo-cli)
-
Navigate to the frontend directory:
cd frontend -
Install the dependencies
npm install
-
Navigate to ipconstant folder and add your ip address in the ipconstant.js file
-
Start the expo app
npx expo start
The link of the demo video is here : https://drive.google.com/drive/folders/1Gu4pMc8m_uKcFOlRvaDOspNfiFSckIf6?usp=drive_link


