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
-
Clone the project using Git
git clone https://github.com/Fabiqnn/fixIT.git
-
Navigate to the project directory
cd fixIT -
Install require dependencies
Make sure you have
ComposerandNode.jsinstalled on your computer. Then, run the following command:composer install && npm install -
Create
.envfileDuplicate the
.env.examplefile and rename the copy to.env. If your database has a password, make sure to update theDB_PASSWORDfield in the.envfile. -
Generate the Laravel application key
php artisan key:generate
This will generate an
APP_KEYand save it to the.envfile. -
Run database migration
php artisan migrate
This will set up your database schema.