Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.41 KB

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