Manager Web application for cars
 
 
 
Go to file
Nadim Salloum 5ef5e79d7c small fixes to contract pdf 2021-07-09 21:38:41 +03:00
app small fixes to contract pdf 2021-07-09 21:38:41 +03:00
bootstrap initial commit 2021-05-10 16:02:45 +02:00
config make documents polymorphic 2021-06-25 17:35:37 +03:00
database make documents polymorphic 2021-06-25 17:35:37 +03:00
public change export 2021-07-09 21:04:29 +03:00
resources small fixes to contract pdf 2021-07-09 21:38:41 +03:00
routes make documents polymorphic 2021-06-25 17:35:37 +03:00
storage initial commit 2021-05-10 16:02:45 +02:00
tests initial commit 2021-05-10 16:02:45 +02:00
.editorconfig initial commit 2021-05-10 16:02:45 +02:00
.env.example favicon & title 2021-06-16 19:14:22 +03:00
.eslintrc.json eslint 2021-06-15 22:58:13 +03:00
.gitattributes initial commit 2021-05-10 16:02:45 +02:00
.gitignore prep for production 2021-06-17 18:18:30 +03:00
.styleci.yml initial commit 2021-05-10 16:02:45 +02:00
README.md Update README.md 2021-06-15 18:58:04 +00:00
artisan initial commit 2021-05-10 16:02:45 +02:00
composer.json update dependencies 2021-07-01 18:26:22 +03:00
composer.lock update dependencies 2021-07-01 18:26:22 +03:00
docker-compose.yml initial commit 2021-05-10 16:02:45 +02:00
htdocs prep for production 2021-06-17 18:18:30 +03:00
package-lock.json update dependencies 2021-07-01 18:26:22 +03:00
package.json remove datepicker 2021-06-21 16:01:34 +03:00
phpunit.xml initial commit 2021-05-10 16:02:45 +02:00
server.php initial commit 2021-05-10 16:02:45 +02:00
tailwind.config.js update design 2021-06-15 21:43:25 +03:00
webpack.config.js initial commit 2021-05-10 16:02:45 +02:00
webpack.mix.js initial commit 2021-05-10 16:02:45 +02:00

README.md

AutoMngr

Manage Cars, Contacts and Contracts

  • Export as Excel
  • Print Contracts as PDF

Running on Laravel 8

Project Setup

Prerequisites:

  • Docker installed and running

Steps:

  1. copy .env.example to .env
  2. start app by running ./vendor/bin/sail up inside the main directory (or configure a bash alias: alias sail='bash vendor/bin/sail') then you can use sail up
  3. Run migrations and seed db: sail php artisan migrate:fresh --seed
  4. sail npm run watch
  5. Access the web application at 0.0.0.0
  6. The default credentials are hello@salloum.ch and abc123