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

https://github.com/hennyfeliz/java-store-console-app

Small console application with mysql and relational data persistence, several related tables and with codes that refer to the others in an important way.
https://github.com/hennyfeliz/java-store-console-app

Last synced: 2 months ago
JSON representation

Small console application with mysql and relational data persistence, several related tables and with codes that refer to the others in an important way.

Awesome Lists containing this project

README

        

# java store console app
Small console application with mysql and relational data persistence, several related tables and with codes that refer to the others in an important way.

| Productos | Empleados | Tiendas |
| ------------- | ------------- |------------- |
| show product(s) | show employee(s) | show store(s) |
| insert product(s) | insert employee(s) | insert store(s) |
| Update product(s) | update employee(s) | update store
| delete product(s) | delete employee(s) | delete store
| send product(s) | | See lost products
| | | See products from that storea