RESTFUL Web Services with Express & MySQL

Content material for combining Data persistence and web services to develop a mini furniture application's Back-End services.

Setting up persistence storage source with a web service support

We will be creating a web service that can handle Create, Read, Update, Delete (CRUD) operations on a user database table.

Setup Schema and Tables

Last updated

Was this helpful?