TH0RlN / Filr

FILR is an employee schedule management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FILR

Project Setup

Clone the repository:

git clone https://github.com/Gabriel-Rosmart/Filr.git

Change directory:

cd Filr

Install composer dependencies:

composer install

Install npm dependencies:

npm install

Copy enviroment file:

Windows (cmd):

copy .env.example .env

Linux:

cp .env.example .env

Chage the following code in .env file:

DB_USERNAME=root
DB_PASSWORD=

And put your credentials:

DB_USERNAME=my-db-username
DB_PASSWORD=my-db-password

Generate an app key:

php artisan key:generate --ansi

Make sure the .env file has now a key:

This example is not a real key

APP_KEY=base64-encoded-key

Check if project runs properly (optional):

npm run dev
php artisan serve

Go to http://localhost:8000

Build project (only before project is ready for deployment):

npm run build

And that's it, you now have your project ready to run

About

FILR is an employee schedule management system


Languages

Language:PHP 45.5%Language:Vue 37.5%Language:Blade 11.0%Language:Shell 2.6%Language:Dockerfile 1.8%Language:JavaScript 1.1%Language:TypeScript 0.6%Language:CSS 0.0%