Skip to content

rafal-tarnow/Repository_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Manager

Description

Project Menager – web application for projects management. This application enable to manage and view structure of projects and files from Repository located in local server without need for downloading.

Technologies

  • Java:
    • Spring Framework:
      • Spring MVC: application-level on the basis on design pattern: model-view-controller
      • Spring Security:
      • Spring Boot:
    • JPA & Hibernate:
  • HTML
  • Thymeleaf
  • CSS

Software tools

  • IntelliJ IDEA 2017.2.6
  • Maven
  • XAMPP [MySQL]

Features

  • Home page: zmt-home
  • Overall review of repositories carried by company: zmt-all_repo
  • Adding new Repository(Putting the Bare Repository on a Server): zmt-new_repo 1
  • Details of Repository: tags, tree file in Repository and editing descriptions: zmt-details_repo
  • Preview of the sets content: zmt-all_sets
  • Adding or deleting existed Repository to Sets zmt-edit_sets

Project's structure

  • src:
    • main:
      • java/zmt/forum:
        • controllers:
          • IndexController.java
          • RepoController.java
          • SetController.java
        • entity:
          • Composition.java
          • Repo.java
          • Set.java
        • repository:
          • CompositionRepository.java
          • RepoRepository.java
          • SetRepository.java
        • services:
          • CompositionService.java
          • RepoService.java
          • SetService.java
        • trees:
          • Node.java
          • NoteType.enum
          • Tree.java
          • TreeType.enum
        • ManagerApplication.java
      • resources:
        • templates:
          • _links.html
          • _navigation.html
          • _treeview.html
          • contentfile.html
          • index.html
          • newrepo.html
          • newset.html
          • repodetails.html
          • repos.html
          • setdetails.html
          • sets.html
        • application.properties
    • test/java/pl/zmt/manager
      • ManagerApplicationTests.java [TODO]
  • pom.xml

About

Application to manage products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages