/car-parking-lot

Car Parking Lot Study Case for OCA Telkom Recruitment Test.

Primary LanguagePHP

Car Parking Lot

Car Parking Lot Management App for OCA Recruitment Test purpose, this app built with Lumen PHP Framework and .json file based. Simply go to storage/app to access all of the app data.

How To Run

Local

Make sure you have installed Composer on your machine.

  1. Clone this repository.
git clone https://github.com/cendolicious/car-parking-lot.git
  1. Run composer on your local directory.
composer install
  1. Mock the App to your local machine by providing any port. (eg: 8000)
php -S localhost:8000 -t public

Cloud

You can use this app by accessing trough Heroku App.

Are you used to using Postman? Here's the Public Collection Documentation.

Built with Lumen PHP Framework

Build Status

Total Downloads Latest Stable Version Latest Unstable Version License

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.

The Lumen framework is open-sourced software licensed under the MIT license