This document provides the instructions to run the application on your machine.
git clone https://github.iu.edu/P532Fall19/Task-Management.git
cd Task-Management/
This micro-service provides backend services for entire application.
cd backend/
1) python3 or higher
2) pip3 or higher
1) Linux or mac:
python3 -m venv env
venv ./env/bin/activate
pip3 install -r dependencies.txt
2) Windows:
py -m venv env
env\Scripts\activate
pip3 install -r dependencies.txt
Linux or mac:
python3.7 -m app
Windows:
python -m app
The backend service will run in port 5000
Provides a web Interface for the application.
cd web/
1) node
2) npm
Refer: https://nodejs.org/en/download/
npm install
npm start
The Website will run in port 3000
Goto -> 'http://localhost:3000/sign-in' in browser
Provides a mobile Interface for the application.
1) Java
2) Android Studio
Refer: [https://developer.android.com/studio](https://developer.android.com/studio)
Open Android Studio and follow below instructions
Go to File present in top menu bar and click on open
A directory chooser dialog box will appear.
Choose the 'android' folder from the cloned repository
Click on Gradle sync button to fetch all the dependencies.
Go to Run present in top menu bar and click on "Run 'app'"
The application will run in your emulator