Manager Web application for cars
 
 
 
Go to file
Nadim Salloum 3f0ab15f56
add default data for databaseseeder
2023-12-20 22:49:10 +01:00
.github/workflows Update php.yml 2023-10-19 15:35:03 +02:00
app correct price in car all and sold export 2022-12-30 13:06:29 +01:00
bootstrap initial commit 2021-05-10 16:02:45 +02:00
config Apply laravel code style 2022-02-17 11:18:52 +00:00
database add default data for databaseseeder 2023-12-20 22:49:10 +01:00
public show deleted banner 2022-07-06 20:05:58 +02:00
resources remove iban on buy contracts 2023-04-03 10:50:25 +02:00
routes Apply laravel code style 2022-02-17 11:18:52 +00: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 update example env to add user and DB FORWARD 2023-12-20 22:48:22 +01: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 dependencies 2022-07-05 21:40:07 +02:00
artisan initial commit 2021-05-10 16:02:45 +02:00
composer.json update composer dependencies 2022-07-06 20:05:43 +02:00
composer.lock update composer dependencies 2022-07-06 20:05:43 +02:00
docker-compose.yml update to laravel 9, update dependencies 2022-02-17 12:39:06 +01:00
htdocs prep for production 2021-06-17 18:18:30 +03:00
package-lock.json update dependencies 2022-07-05 21:40:07 +02:00
package.json update dependencies 2022-07-05 21:40:07 +02: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
  • Docker compose installed
  • Composer installed
  • PHP installed

Steps:

  1. copy .env.example to .env
  2. add user credentials in .env
  3. run composer update --ignore-platform-reqs
  4. run composer install --ignore-platform-reqs
  5. run ./vendor/bin/sail php artisan key:generate
  6. 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
  7. Run migrations and seed db: sail php artisan migrate:fresh --seed
  8. sail npm run watch
  9. Access the web application at 0.0.0.0
  10. The default credentials can be seen/set in the .env