Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
/ projecty-web Public archive
forked from marcinadd/projecty-web

Project management software based on spring

License

Notifications You must be signed in to change notification settings

Primaat/projecty-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projecty Web

Projecty project management app based on spring.

Motivation

My main assumption is to create a free and open source focused on privacy project management application for everyone. I know that project data are really sensitive so you feel better when you are owner of them. And for those who do not have a server, Projecty will be available on the hosted server completely free (in the future).

Note

App is in early beta versions. It works but layout isn't perfect. My priorities are to develop backend not frontend.

Getting Started

  1. Clone repository
  2. Import it to your favourite IDE
  3. Remember to edit application.properites
    spring.datasource.url=jdbc:mysql://db_host:db_port/db_name?serverTimezone=UTC
    spring.datasource.username=db_user
    spring.datasource.password=db_password
    
    Make sure that this user have full access to database
  4. Build app, run it and enjoy

Prerequisites

  • JRE ≥ 1.8
  • MySQL 8.0 compatible database

Contributing

Your contribution is welcome. No matter who you are, you can help anyway. The most helpful is help with coding but graphic designers are also needed. If you are not developer or graphic designer don't worry, you can help with translations, post on blog, make a video, or tell your friend about Projecty. Your contribution will be appreciated.

License

Projecty is licensed under GNU GPL v3.0 http://www.gnu.org/licenses/gpl-3.0.html

About

Project management software based on spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 72.4%
  • HTML 26.6%
  • Other 1.0%