realodix / itrac-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaravelVersion PHPVersion

GIT Size: 3.20 MB
Objects: 3.551 files

Warning: This project is still in development, constantly being optimized and isn't still stable enough to be used in production environments.

This project was created, and is maintained by Budi Hermawan, and is an open-source issue tracking system for software development projects.

Features

  • Written in PHP and Laravel 10.
  • Modern and simple interface.
  • Made with ❤️ & .

Requirements

  • All requirements by Laravel & dependencies - PHP >= 8.1, Composer and such.

Quick Start

Installation Instructions

  1. Run composer install.

  2. Rename .env.example file to .env or run cp .env.example .env.

    Update .env to your specific needs. Don't forget to set DB_USERNAME and DB_PASSWORD with the settings used behind.

  3. Run php artisan key:generate.

  4. Run php artisan migrate --seed.

  5. Run php artisan serve.

  6. Login

    Email Username Password Access
    admin@realodix.test admin admin Admin Access
    user@realodix.test user user User Access

Compiling assets with Laravel Mix

Using Yarn

  1. yarn

  2. yarn dev or yarn prod

    You can watch assets with yarn watch

Using NPM

  1. npm install

  2. npm run dev or npm run prod

    You can watch assets with npm run watch

    Please note that this project uses Yarn as the package manager, so you can't find the package-lock.json file that is needed by NPM.

Running Tests

From the projects root folder run

  • php artisan test
  • or composer test
  • or ./vendor/bin/phpunit

License

MIT license.

About

License:MIT License


Languages

Language:PHP 77.2%Language:Blade 20.1%Language:CSS 1.7%Language:JavaScript 0.6%Language:SCSS 0.4%