Skip to content

herilesmana/actiry-pos

Repository files navigation

actiry-pos

About Actiry POS

Actiry POS is an open source project by actiry. Implementation from https://github.com/emsifa/tailwind-pos. Using different technology. Which is laravel for backend and react js for front end UI. And plus laravel authentication.

How to run the project

  • First, clone the repo.
  • Run "composer install" for installing laravel packages
  • Copy .env.example file to .env
  • Run php artisan key:generate
  • Change the database credential on .env file
  • Run "php artisan migrate" command
  • Run "php artisan db:seed" command
  • Run "npm install" for installing npm packages
  • Run "npm run dev" for development, or "npm run production" for production
  • Serve the app using "php artisan serve" or using webserver like apache
  • And done. App ready to use. With default credential { username: heri, password: asdf } ( created by seeder )

License

This app is open-sourced software licensed under the MIT license.

Known Tools List

Attribution

Sample food photos in this application are downloaded from freepik.com accounts listed below:

About

Implementation of m syifa tailwind pos. With react and laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published