Skip to content

speedbuild98/API-REST-STORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-REST-STORE

Mi primera API REST CRUD coded en Java con el framework Spring y MySQL como database.

image

Cosas a mejorar:

  • Deploy on Heroku
  • Basic Front-End with React.js
  • Front-End connected with API
  • {operation.value} = {product.price} * {operation.quantity}
  • ID entities issues (ID 4, ID 14, ID 24, etc.)
  • Customer name and last name connected in AddOperation selection
  • Product price and name connected in AddOperation selection
  • Dashbord with Barcharts (Chart.js)
  • Dashbord with stats
  • Login Auth0
  • Databases for different users
  • Alerts on save, delete or update functions
  • Relational tables on MySQL
  • Products with images
  • Add preload spinner
  • "lastname" => "lastName"