Skip to content

soulqan/fixIT

 
 

Repository files navigation

FixIT Sarana Perbaikan 🔧

About

Sebuah solusi terpadu untuk mempermudah pengelolaan dan perbaikan fasilitas di seluruh penjuru kampus, mencakup semua jurusan, program studi, dan unit lainnya. Aplikasi berbasis web yang intuitif ini memungkinkan seluruh civitas akademika untuk melaporkan kerusakan atau kebutuhan perbaikan fasilitas dengan cepat dan mudah

Built With

Laravel

How To Collaborate

  1. Clone the project using Git

    git clone https://github.com/Fabiqnn/fixIT.git
  2. Navigate to the project directory

    cd fixIT
  3. Install require dependencies

    Make sure you have Composer and Node.js installed on your computer. Then, run the following command:

    composer install && npm install
  4. Create .env file

    Duplicate the .env.example file and rename the copy to .env. If your database has a password, make sure to update the DB_PASSWORD field in the .env file.

  5. Generate the Laravel application key

    php artisan key:generate

    This will generate an APP_KEY and save it to the .env file.

  6. Run database migration

    php artisan migrate

    This will set up your database schema.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Blade 61.5%
  • PHP 37.9%
  • Other 0.6%