Skip to content

This project contains Java with webservices and Angular to build the front side

Notifications You must be signed in to change notification settings

JuanPatarroyo/CrudJavaAngular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrudJavaAngular 👨‍💻

About app 🎯

I use Java EE webservice and Angular to do a CRUD. This application implements a crud to a table of person. You could found Crud operations in this project, an about the technologies this application uses:

  • Back:
    • Java EE
    • Webservices
  • Front:
    • Angular
    • Typescript
    • Bootstrap

Preview 📸

Main View

Main View

Insert new row

Main View

Update/Delete row

Main View

Requirements 💻

  • You need to create a persistence called "SgaPU" and a datasource "jdbc/PersonaDb", or just change their names in the file persistence.xml
  • Create two tables: Persona and Usuario,
    • Persona has: id_persona, nombre, apellido, email, telefono, segundo_apellido, saldo
    • Usuario has: id_usuario, id_persona, username, password
  • you could change the way to connect to the database, but remember the project works with JPA.

Feel you free to use it 🤓.

About

This project contains Java with webservices and Angular to build the front side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published