Giter Site home page Giter Site logo

juju84 / springangularapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dvelopp/springangularapp

0.0 0.0 0.0 2.97 MB

SpringsAngularApp is a sandbox web application with basic user management domain module. It allows you to login and create users and assign roles to them. Single page architecture supported by angular and secured by Spring Security allows using of static HTML pages. ORM based domain module provides clear management of domain objects with all OOP benefits. Application uses spring Internationalization and localization mechanisms. Most of business logic covered with unit tests. Used technologies: Spring 4 Boot(IOC, MVC, Security, Data, tx, Test) Hibernate 5.0.6 Gradle Git JavaScript, Angular(with some extra modules), Bootstrap, bower. PostgreSQL

Java 80.44% HTML 13.04% JavaScript 6.26% CSS 0.12% Dockerfile 0.14%

springangularapp's Introduction

#SpringAngularApp SpringAngularApp is a sandbox web application based on Spring, Angular and many other technologies.

###Application structure

  • Login page
  • Home page
  • Configuration page
  • User management module

Application allows you to navigate across the pages that you have access to. User management module provides functionality to create and modify existing users. These users are used to login to the system.

The application has the following traits:

  • Single page structure;
  • Spring security secures access to resources (The server side won't get you data which you don't have access to. While angular will hide every element on the UI which should not be accessable by the user) ;
  • Spring MVC based RESTful web services provides JSON answers on HTTP methods GET/POST/PUT/DELETE;
  • ORM based domain model;
  • Good test coverage (Spring mvc tests, unit tests, integration tests) ;
  • Server side validation(Spring validators + angular directives);
  • Static web pages (Only static HTML, no JSP and other dynamic pages) ;
  • Annotation based Spring and Hibernate configuration;
  • Integration tests with in-memory database H2;
  • Internalization

###Technologies:

  • Spring Framework 4 (Core, Boot, MVC, Transaction, Security, ORM);
  • Hibernate Framework 5;
  • Gradle;
  • jUnit;
  • Java Script (AngularJS, Bootstrap, ajax, plugins);
  • Bower

**NEW Added CRUD for user groups.

**NEW branch with gradle tests.

###Page examples

####Login page

enter image description here

####Home page

enter image description here

####User management

enter image description here

####Validation

enter image description here

####Internalization enter image description here

Quick setup(database) :

In order to setup the database you need to specify its configuration in the following config: application.properties. Having configured that, to add the default data, you need to call a REST method that is provided by springAngularApp.system.ws.InitDBController. Just call http://localhost:8080/initDB and expect the OK status.

UPDATED: Screenshots are out of date.

springangularapp's People

Contributors

dvelopp avatar juju84 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.