Add project | task | and AI model to predict the completion time
Clone the repo
From the root folder (Project_Management) of the project
-
Navigate into the Server folder (in the terminal or command line)
- run command:
./ipackage(this will install the dependencies needed for the server) - open 2 different terminals in the Server folder
- run commands:
python data_pop_db(this will create fake data and add it to mongoDB) - run commands:
cd pythonandpython app.pyorpython3 app.py(this will run the python (flask) server) - run command:
npm run dev(this runs the node (express) server), this is in the server folder, not the python server - verify that servers are running
- run command:
-
Open a third terminal and navigate to the Project_Management folder
- cd /path/to/Project_Management/
- run command:
npm iornpm install(this will install all the dependencies needed for the frontend) - run command:
npm run dev(this will start the frontend)
If there is any error while installing the tendencies inspect the package.json for the
frontend-end and the node server and the requirements.txt for the Python server


