https://github.com/phoenixpinpoint/m-task
M-Task is a Java, MySQL based tool used for managing task during a programming project.
https://github.com/phoenixpinpoint/m-task
Last synced: 3 months ago
JSON representation
M-Task is a Java, MySQL based tool used for managing task during a programming project.
- Host: GitHub
- URL: https://github.com/phoenixpinpoint/m-task
- Owner: phoenixpinpoint
- License: gpl-3.0
- Created: 2016-12-11T21:07:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T04:52:29.000Z (over 8 years ago)
- Last Synced: 2025-01-09T09:47:59.043Z (5 months ago)
- Language: Java
- Size: 2.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M-Task
-------------------------------------------------------------------------------------------------------------------------M-Task is a Java, MySQL based tool used for managing task during a programming project.
++Contributions++
Contributions are more than welcome. This project is for the community. Feel free to fork it to your own repo. Style Guide:
1. Use camel case (thisIsAVariable)
2. Please do not use @Author, This a open community project.
++Needs++
1. Build native SeaBase hooks.
2. Need new logo created preferably by artist.
3. Complete Implementation of project system.
4. Documentation!!!
5. Check the issue board if you would like to know more.++Installation++
1. JRE/JDK 1.6 or newer
2. Install MySQL server (recommended to install MySQL workbench as well)
3. Import/Run setup.sql++Build From Source++
1. JDBC and SWT download and corrected on the classpath
2. Import/Run setup.sql
3. Set JDBC & SWT classpath
4. Build(Did I mention you have to set JDBC & SWT Classpath first) or run the .jar in the /Releases folder