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
- Host: GitHub
- URL: https://github.com/ikismail/personapplication
- Owner: ikismail
- Created: 2017-11-18T07:59:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T06:15:39.000Z (over 7 years ago)
- Last Synced: 2025-04-23T00:12:41.368Z (about 1 year ago)
- Topics: angularjs, crud-application, jersey-client, material-design, material-ui, rest-api, restful-webservices
- Language: HTML
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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