/tes-kasir-alan

Simple point of sale system

Primary LanguagePHP

Tes Kasir Alan

This is a test given by Alan Creative for Web Developer role

Prerequisites

  1. PHP

    php --version
  2. Composer

    composer --version
  3. Node.js + NPM

    node --version
    npm --version
  4. PostgreSQL

    psql --version
  5. Git

    git --version

Run the application

  1. Clone the repository

    git clone https://github.com/NaufalK25/tes-kasir-alan.git
  2. Install dependencies

    composer install
    npm install
  3. Run the server using two terminals

    php artisan serve # first terminal
    npm run dev # second terminal