Giter Club home page Giter Club logo

traffic-light-monitor's Introduction

Project Introduction

About

Congestion is everywhere, especially in big cities and there is still a lot of idle time on traffic with a time algorithm.

By creating a traffic management system based on density, it will reduce congestion and idle time. So, it will have an impact on the smooth flow of traffic. How does it work? By utilizing object detection installed at red lights, it is hoped that it will have a positive impact on road users.

Traffic Light Monitor is an application that used to monitor traffic lights, this repository is Backend Rest API , develop by Alien Squad (B21-CAP0442 Bangkit Team).

Project Setup

Requirements

  • Composer
  • PHP >= v7.2
  • MYSQL Database

Setup

  • Clone Repository
    git clone https://github.com/habibulilalbaab/traffic-light-monitor.git
    
  • Create .env file based on .env.example
    cd traffic-light-monitor
    cp .env.example .env
    
  • Fill database credential into .env file
    nano .env
    
  • Run command
    composer install
    php artisan key:generate
    php artisan migrate
    
  • Run Service
    php artisan serv
    
    If you want to deploy Rest API to production, run service depending on the webserver you are using.

API Demo

API Demo

API Documentation

API Documentation

traffic-light-monitor's People

Contributors

habibulilalbaab avatar

Stargazers

 avatar

Watchers

 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.