Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.45 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.45 KB

🏷️ Tag Manager Laravel

Tag Manager Laravel is an app that allows you to manage tags. Ideal for all those who need to implement a labeling system within their organization.

Final Project of the Basic Testing Course (PHP + Laravel) in Platzi.

🔨 Technologies

  • Laravel >= 8.
  • MySQL >= 5.6.
  • PHPUnit >= 9.5.10.

🚀 Run

Install

  1. Clone the repository

git clone https://github.com/modavidc/tag-manager-laravel.git

  1. Switch to the repo folder

cd tag-manager-laravel

  1. Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

  1. Run install.sh script

sh install.sh

Usage

php artisan serve

Run tests

php artisan test

👤 Author

Moisés Cedeño

🤝 Contributors

📝 License

Copyright © 2022 modavidc.
This project is MIT licensed.


_Made with contributors-img.
This README was generated with ❤️ by readme-md-generator