Git Product home page Git Product logo

ben-rds / autodilersim Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 7.78 MB

This project was a simulation inspired by AutoDiler, the biggest car market in Montenegro. For this project, I handled both the frontend and backend development.

Home Page: https://autodiler.me/

PHP 5.39% CSS 23.53% JavaScript 65.94% SCSS 0.28% Blade 4.85%
blade-template bootstrap html5 javascript laravel mysql php

autodilersim's Introduction

AutoDiler - Online Car Market Project | Laravel 9

This project was an exercise modeled on the largest Montenegrin car market: AutoDiler

  • I did both: frontend and backend

schooldash-dahboard-page schooldash-dahboard-page schooldash-dahboard-page schooldash-dahboard-page schooldash-dahboard-page

Requirements

  • PHP 8.0 and above
  • Composer
  • Since this project is running Laravel 9, I suggest checking out the official requirements

Installation

  • Clone the repository by running the following command in your command line below (Or you can download the zip file from GitHub)
git clone https://github.com/dzonidevv/auto-diler.git
  • Head to the projects directory
cd auto-diler-master
  • Install/Update Composer dependencies
composer install 
  • Copy .env.example file into .env file and configure based on your environment
cp .env.example .env
  • Generate an encryption key
php artisan key:generate
  • Migrate the database
php artisan migrate 
  • For development or testing purposes, you can use the Laravel built-in server by running
php artisan serve

After running the above commands, you should be able to access the application at http::/localhost or your designated domain name depending on the configuration.

  • There are two roles:
  • administrator and subscriber

Features

  • One user can have only 3 advertisements active
  • Added Factories for cars using pelmered/fake-car
  • Used Laravel Sluggable for SEO
  • Added CSRF protection
  • Added Middleware protection for unregistered users
  • Added session messages
  • Added default values for fuel type, state type, drive type and many more
  • Used SweetAlert2
  • Used Chart.js
  • Added pagination on homepage
  • Administrator has CMS ( Management System ) with the ability to view, edit and delete everyone's advertisement
  • Forms Validation

๐Ÿš€ Tech used

  • PHP v.8
  • Laravel v.9
  • MySQL
  • HTML v.5 / CSS v.3 / Bootstrap v.5
  • JavaScript

autodilersim's People

Contributors

james-vivid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.