bj-rutledge / CRUD-API-Example

Simple Example of a CRUD API
MIT License
1 stars 3 forks source link

add productRouter & createProduct logic. Move Customer Routes #69

Closed bj-rutledge closed 9 months ago

bj-rutledge commented 9 months ago

Added routers for each item in the database for better modularization. Moved customer route to customer router. Started on product router with create product.