Manager Web application for cars
 
 
 
Go to file
Nadim Salloum 93877cd90c add email to contract 2021-10-20 16:13:42 +02:00
app fix lastcheckdate 2021-10-20 16:13:05 +02: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 fixing mistakes 2021-08-02 11:52:09 +02:00
public update dependencies 2021-10-20 15:40:34 +02:00
resources add email to contract 2021-10-20 16:13:42 +02: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-10-20 15:40:34 +02: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-10-20 15:40:34 +02: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