A full-stack web application for project management.
Explore the docs ยป
Project Review
ยท
Report Bug
ยท
Request Feature
Project Tracker is a powerful project management tool built on the Flask framework for Python web development. It offers seamless task allocation, streamlined team collaboration, and effective project tracking functionalities. Users can effortlessly create, assign, and monitor tasks, while also managing team roles with ease. The platform facilitates smooth communication within projects through features like email invitations and progress sharing. With FlaskTaskMaster, project managers can ensure efficient project management and foster teamwork for successful project outcomes.
The technologies I used to build this web application can be seen in the repository tags.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to identify things you need to use the software and how to install them.
- pip
pip install -r requirements.txt
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Install pip packages (and all dependencies)
pip install #or equivalent
- Clone the repo
git clone https://github.com/modemobpsycho/FlaskProjectTracker.git
- Access
http://127.0.0.1:5000
- Run
python main.py run #or just "main.py" if virtualvenv == activate
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
All information about how you can contact me is in my profile: Click!
Project Link: https://github.com/modemobpsycho/FlaskProjectTracker
In this section I will show you a demo version of the project.