Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaspaq/dole-idmaker
Create a template ID to be printed for DOLE intern employees
https://github.com/jonaspaq/dole-idmaker
Last synced: 1 day ago
JSON representation
Create a template ID to be printed for DOLE intern employees
- Host: GitHub
- URL: https://github.com/jonaspaq/dole-idmaker
- Owner: jonaspaq
- Created: 2022-06-29T02:32:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T17:09:19.000Z (3 months ago)
- Last Synced: 2024-07-29T18:45:03.777Z (3 months ago)
- Language: PHP
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dole-idmaker
Create a template ID to be printed for DOLE intern employees## Docker setup
Required
- Docker1. Clone repository
2. Run command in the root of the project
```
docker compose up -d
```
3. Visit app at http://localhost:8000## Manual setup
Required- XAMPP
1. Clone this repository to:
> /xampp/htdocs2. Database setup
- Start xampp apache and mysql service
- Open http://localhost/phpmyadmin
- Create database 'idtest'
- import idtest.sql from the cloned repo to the db3. Open application at http://localhost/dole-idmaker
> Note: if you cannot connect to the db, check for additional configurations: /controllers/MyConnect.php
## Usage
After adding a person, you will be able to print.
To print properly:
- enable background color on print settings
- set print layout to landscape
- recommended paper size is 'letter'