An open API service indexing awesome lists of open source software.

https://github.com/ikismail/personapplication

A Simple Person CRUD Application Developed using Java Jersey, RESTAPI and AngularJS
https://github.com/ikismail/personapplication

angularjs crud-application jersey-client material-design material-ui rest-api restful-webservices

Last synced: about 1 year ago
JSON representation

A Simple Person CRUD Application Developed using Java Jersey, RESTAPI and AngularJS

Awesome Lists containing this project

README

          

# Jersey-AngularJs-CRUD-WebService-Person-App

This Project was developed using Java Jersey Framework for backend API WebServices and AngularJs for ClientSide.
It also include Materialized Bootstrap to enhance the UI.

* Simple CRUD Operation was Implemented in this project we can improve it accordingly.

## Development server
We are using `Tomcat Server` to serve this application. Navigate to `http://localhost:8080/`.

## Build

Run `mvn clean install` to clean and build the project. The build artifacts will be stored in the `target/` directory.

## Screenshots:

![Alt text](https://github.com/ikismail/Jersey-AngularJs-CRUD-WebService-Person-App/blob/master/screenshots/home.PNG)

Add & Update Person Modal View:
------------------------------

![Alt text](https://github.com/ikismail/Jersey-AngularJs-CRUD-WebService-Person-App/blob/master/screenshots/updatePerson.PNG)