Skip to content

potxolate/laravel

Repository files navigation

Laravel Project

GitHub license

Table of Contents

Introduction

Welcome to the Laravel Project! This repository contains a Laravel application designed to compare product prices.

Features

  • Feature 1: Add the url of the same product on different stores.
  • Feature 2: Compare prices.
  • Feature 3: Enjoy.

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/potxolate/laravel.git
    cd laravel
  2. Install dependencies:

    composer install
    npm install
  3. Set up the environment:

    Copy the .env.example file to .env and configure your environment variables:

    cp .env.example .env
    php artisan key:generate
  4. Run migrations:

    php artisan migrate
  5. Run the development server:

    php artisan serve

Usage

Once the application is installed, you can access it by navigating to http://localhost:8000 in your web browser.

Contributing

We welcome contributions to this project! If you would like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

Please ensure your code follows our coding standards and includes appropriate tests.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

If you have any questions or feedback, feel free to reach out:


Thank you for using the Laravel Project! We hope you find it helpful and look forward to your contributions.

About

Price tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published