Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.26 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.26 KB

Online Shop Dashboard Backend API

Badge Badge Badge Badge Badge

It's a simple online shop dashboard backend api. It includes the following modules: employees, customers, products, suppliers, orders, articles, banners, feedback and authentication. The main task is manipulating CRUD of these modules. I build this api with Laravel Framework. And I choose MySql for my database, as well, I use postman to test the api.

Tasks

  • Create database via laravel migration
  • Design business model with eloquent relationships
  • Develop modules with CRUD (Product, Order, Customer, Employee, Supplier, Article, Feedback, Banner, Authentication)
  • Validate form data according to business rules
  • Build standard data response
  • Use Http client tool, Postman to test API