angularjs - Do I need a back-end with angular if I'm not storing data in a database? -
i building simple app allows users search popular products in amazon how willing pay calling amazon product api. need 3-4 screens , won't have authentication system.
do need back-end framework? or can use angular make api call , redirect them amazon shopping cart populated?
you can in angularjs on front end. means don't need backend database.
however, @mingshun mentioned, need way of serving static files, such html, css, js , images. there plenty of options static file hosting out there, many of free or cheap.
Comments
Post a Comment