Git Product home page Git Product logo

taxi's Introduction

Tools used

How to install

  1. Download the repository as ZIP and extract it in your local server directory Ex: For XAMPP it would be /htdocs/laravel/
  2. Enter your command prompt and run composer install
  3. Run composer update
  4. Rename the .env.example file to .env (if it doesn't exist already)
  5. Run php artisan key:generate, copy the key into .env after APP_KEY=
  6. Create a database named Taxi (name, login, password can be changed in .env file)
  7. Import the Dabase export.sql
  8. Now the project should be ready to go
  9. The default password to the /admin page is "12345"

Features Provided

  • The main page listing general information about the site.

  • /order page offering the user the possibility to leave an order.

  • /contacts page that lists all the needed contacts.

  • /comments page where users can leave their opinion about the service.

  • /about page providing short information about the team.

  • Telephone hyperlinks that allow the user to call the number right away.

  • The site also has /admin page, where you can login and manipulate with the content on the pages listed above:

    • Moving, completing, deleting user orders.
    • Blocking/Unblocking a certain user.
    • Deleting a certain comment.
    • Adding, editing, deleting the contacts list.
    • Adding and deleting a team-member, as well as editing it's information and photo.
    • Changing the password (which is "12345" by default).

Elementary functionality included

  • Server and client-side coding
  • MVC relationships
  • Working with Blade templates
  • Ajax requests and JQuery usage (colleting data, toggling, event-listening)
  • Simple authentification and login
  • Working and processing forms and requests
  • Working with a MySQL database (adding, deleting, updating)
  • Usage of PHP language primitives
  • Picture loading to the server
  • Full mobile and desktop support
  • Bootstrap CSS, Font Awesome CSS, written CSS
  • HTML5 usage (metadata, titles)

##Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

taxi's People

Watchers

 avatar  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.