Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 586 Bytes

README.md

File metadata and controls

37 lines (17 loc) · 586 Bytes

Tags Managment System

A simple application to manage tags, products, articles and their relationships.

  • Laravel
  1. Clone the project

  2. install composer dependencies via this command : composer install

  3. Connect to your own database and run database migration : php artisan migrate

  4. Run database Seeder to make some fake tags : php artisan db:seed

  5. Run : php artisan storage:link

All of the tests are in tests folder.

Postman API Collection

https://www.getpostman.com/collections/053abcc78419ce88ab88

Done.

Be Happy:)