Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 446 Bytes

RESTFulAngularJS

This is a RESTFul Service + MySQL (Back-end) and AngularJS (Front-end)

This project uses a MySQL product table in a database called db_dev.

The table structure is the following:

id INT(10) PK, NN, UN, AI
prod_brand VARCHAR(45) NN, Default='N/A'
prod_name VARCHAR(45) NN, Default='N/A'
description VARCHAR(150) 
stock VARCHAR(20) NN, Default='SIN STOCK'
price DECIMAL(10,0) NN, Default 0.00