Coder Social home page Coder Social logo

bayudc / warnetku Goto Github PK

View Code? Open in Web Editor NEW
29.0 1.0 5.0 224 KB

๐Ÿ–ฅ๏ธ Internet cafe(warnet) management system

PHP 71.17% JavaScript 0.34% Blade 28.27% Procfile 0.02% Dockerfile 0.19%
laravel php mysql bootstrap5 administration warnet

warnetku's Introduction

Warnetku

Warnetku is a web app for managing computer, operator, rental price and rental transaction in an internet cafe(it's called warnet in my country). This app is made to ease the work of internet cafe operators. For example, determine the price to be paid by the customer.

๐Ÿงฉ Stacks

  • Laravel 9
  • PostgreSQL
  • Bootstrap

โœจ Demo

Web url 1: https://warnetku.up.railway.app
Web url 2: https://warnetku.herokuapp.com

you can use the account below for login access

Username Password Role
operator0 operator0 Owner
operator1 operator1 Worker

All data in this demo web are fake data generated by FakerPHP.

Sorry there is no online demo. They are paid now and i am very poor. Please clone this and use your machine if you want to try this web app.

๐Ÿ“‘ Documentation

  • Computer

    Operator can see a list of all computers, along with their type and status. There are two types of computers: Gaming and Office. Computer status can be Used by ... or Idle. Operator with Owner role can perform create, update and delete operations.

  • Price

    Operator can see a list of all rental prices, but can't perform add, update and delete operations. Only operator with Owner role can do that thing.

  • Operator

    Only operator with Owner role can access this page. This page serves to manage operator data (CRUD).

  • Transaction

    Operator cam add rental transaction at here. Operator can see other operator transaction but can't update and delete it. Each operator can only update and delete their own transaction. Except operator with Owner role. The owner can update and delete other operator's transactions.

  • Report

    This page is about (simple)financial reports. It provides total income and transaction count for today, this month, and more.

๐Ÿ“ธ Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4 Screenshot5

๐Ÿ’ฝ Database Structure

Database

๐Ÿ› ๏ธ Development

# Clone the project
$ git clone https://github.com/BayuDC/warnetku.git
$ cd warnetku

# Install dependencies
$ composer install

# Create env file
$ cp .env.example .env

# Set all required variables
$ nano .env
# or using your favorite text editor

# Generate encryption key
$ php artisan key:generate

# Database migration
$ php aritsan migrate
# with seed
$ php artisan migrate --seed

# Run dev server
$ php artisan serve

๐Ÿ“ Todo

  • Implement naming route โœ…
    All routes in this project are anonymous(except login). Redirect actions and anchor elements are use hardcoded route.
  • Make fast and clean code โœ…
    There is still inefficient and repetitive code

warnetku's People

Contributors

bayudc avatar unknownrori avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

warnetku's Issues

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.