Skip to content

msqar/RESTFulAngularJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published