giuseppevignanello / job-counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use Job Counter

Prerequisites

  • PHP installed on your system
  • Composer installed on your system
  • Node.js and npm installed on your system

Installation

  1. Clone the repository:

    git clone (https://github.com/giuseppevignanello/job-counter.git)
  2. Install PHP dependencies:

    composer install
  3. Install JavaScript dependencies:

    cd front-end
    npm install
  4. Configure the environment file:

    • Copy the .env.example file and rename it to .env
    • Modify the environment variables in the .env file according to your needs, including the database connection details (remembrer to create a database for this purpose)
  5. Generate Laravel application key:

    php artisan key:generate
  6. Run database migrations:

    php artisan migrate

Starting the Server

  1. Start the Laravel server:

    php artisan serve
  2. Start the front-end server:

    cd front-end
    npm run dev 

Feel free to reach out if you have any questions or encounter issues. Enjoy using the application!

About


Languages

Language:PHP 62.0%Language:TypeScript 35.3%Language:SCSS 2.3%Language:HTML 0.3%Language:JavaScript 0.2%