Manager Web application for cars
 
 
 
Go to file
Nadim Salloum 83822ffbb7 remove unused imports 2021-06-17 18:15:46 +03:00
app brand filter for cars 2021-06-16 19:14:32 +03:00
bootstrap initial commit 2021-05-10 16:02:45 +02:00
config add reports 2021-06-14 18:51:50 +03:00
database add more exports 2021-06-16 18:14:41 +03:00
public remove unused imports 2021-06-17 18:15:46 +03:00
resources remove unused imports 2021-06-17 18:15:46 +03:00
routes add more exports 2021-06-16 18:14:41 +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 add documents functionality 2021-06-11 22:50:02 +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 add reports 2021-06-14 18:51:50 +03:00
composer.lock add reports 2021-06-14 18:51:50 +03:00
docker-compose.yml initial commit 2021-05-10 16:02:45 +02:00
package-lock.json eslint 2021-06-15 22:58:13 +03:00
package.json small design fixes 2021-06-16 14:40:02 +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