https://github.com/omaressaouaf/chronoprint
ChronoPrint printing house Web App
https://github.com/omaressaouaf/chronoprint
print-on-demand printing printing-system
Last synced: 3 months ago
JSON representation
ChronoPrint printing house Web App
- Host: GitHub
- URL: https://github.com/omaressaouaf/chronoprint
- Owner: omaressaouaf
- Created: 2021-12-13T00:15:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:17:56.000Z (over 1 year ago)
- Last Synced: 2024-01-24T22:31:07.003Z (over 1 year ago)
- Topics: print-on-demand, printing, printing-system
- Language: PHP
- Homepage: https://chronoprint.ma
- Size: 39.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ChronoPrint printing house Web App
[ChronoPrint](https://chronoprint.ma/) is an online printing app that offers quick and practical procedures for printing business cards and flyers and all marketing requirements

-----
### How to use
- Clone the project with `git clone`
- Copy `.env.example` file to `.env` and edit database credentials there
- Run `composer install`
- Run `php artisan key:generate`
- Run `php artisan migrate --seed` (it has sample testing data)
- Run `php artisan storage:link`
- Run `npm install && npm run dev`
- Launch the [chronoprint.test](chronoprint.test/) for website
- Launch the [chronoprint.test/admin](chronoprint.test/admin) for the admin app