A simple POS application built with Laravel & Vue.
- Garanti Bank POS integration
- Multiple POS support
These instructions will guide you to run the project on your local machine for development and testing purposes.
Software required to run the project:
- Docker
- Docker Compose
-
Clone the project:
git clone https://github.com/tmlsergen/laravel-pos-app.git
cd laravel-pos-app
-
Create a copy of the
.env.example
file and rename it to.env
:cp .env.example .env
-
Install Composer dependencies:
make composer-install
This command will run a Docker container and install the dependencies.
-
To run the application:
make run-app
-
Install NPM dependencies:
make npm-install
-
Migrate the database:
make migrate
-
To stop the application:
make stop-app
Finally open your browser and go to http://localhost
-
Admin
- Email: [email protected]
- Password: Test1234!
-
Support
- Email: [email protected]
- Password: Test1234!
-
User
- Email: [email protected]
- Password: Test1234!