Skip to content

A application to management activities, like a Trello. Developed with AngularJS, Java, Wildfly-Swarm and PostgreSQL.

License

Notifications You must be signed in to change notification settings

gabriel-hahn/gerencesy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gerencesy

A application to management activities, like a Trello.

Example Gerencesy running

Getting started

Database

PostgreSQL: create a database.

Back-end - gerencesy folder:

In "project-defaults.yml" file, change the line "connection-url" with your database name:

  • connection-url: jdbc:postgresql://localhost:5432/(your database name).

And set your username and password:

  • user-name: (user-name)
  • password: (password)

In gerencesy folder, execute the follow command:

  • mvn install wildfly-swarm:run

Front-end - app folder:

After it, in app folder, execute the follows commands:

  • npm install
  • gulp vendor
  • gulp dev

The project will open in your browser.

About

A application to management activities, like a Trello. Developed with AngularJS, Java, Wildfly-Swarm and PostgreSQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages