GithubHelp home page GithubHelp logo

adamxcrew / absensi-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muhammadpauzi/absensi-app

0.0 0.0 1.0 843 KB

Aplikasi Website untuk menerapkan absensi secara online (QRCode).

Home Page: https://youtu.be/O1NHjT3gIFs

JavaScript 2.75% PHP 65.33% CSS 0.76% Blade 31.16%

absensi-app's Introduction

Absensi App

Features

  • CRUD Positions (CRUD Jabatan/Posisi)
  • CRUD Users (Admin, Operator and Users (Employees))
  • CRUD Holidays (CRUD Hari Libur)
  • CRUD Attendances (Can have multiple attendances and can using only button or presence using QRCode)
  • Using Datatables (Powergrid livewire)
  • Can Export to Excel and CSV
  • and more...

Cara Install di Local

  • Hal yang harus dipersiapkan
    • git
    • composer
    • php v8.1
# clone terlebih dahulu lewat cli (cmd, bash, atau yg lain)
git clone https://github.com/muhammadpauzi/absensi-app.git

# masuk ke foldernya
cd absensi-app

# install semua package
composer install

# pilih salah satu
# 1. windows
copy .env.example .env
# 2. unix (ubuntu, mac os and others)
cp .env.example .env

# setelah itu, setting .env file seperti nama database (DB_DATABASE), username dan passwordnya
# lalu buat database baru dari phpmyadmin atau cli langsung juga bisa dengan nama sesuai DB_DATABASE yang ada di file .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve

# lalu buka browser dengan url: http://localhost:8000/

How to install/use (english)

  • Clone this repository
git clone https://github.com/muhammadpauzi/absensi-app.git
# make sure you are in the folder
cd absensi-app
  • Install all packages
composer install
  • Copy/rename file .env.example to .env
# windows
copy .env.example .env
# unix (ubuntu, mac os and others)
cp .env.example .env
  • Configure .env file
    Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.

  • Create database
    Create a database according to the name in DB_DATABASE in the .env file

  • Run artisan commands

php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve

absensi-app's People

Contributors

muhammadpauzi avatar

Forkers

epon1980

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.