henriale / clockin

MIT License
4 stars 4 forks source link

DEPRECATED

example

Clockin Working Time Manager

Join the chat at https://gitter.im/henriale/clockin

Basic application, made with Lumen Framework, to store and organize the worked time in a month. It calculates the time worked above or under the estimated time based on users' arrivals and leavings from work.

Requirements

Getting Started

Download and install
$ git clone https://github.com/henriale/clockin.git
$ cd clockin
$ composer install
$ bower install
Setup environment
$ cp .env.example .env
# then, fill out your environment information
$ vim .env
Build up database
$ php artisan migrate
$ php artisan db:seed
Run Server
$ php artisan serve

API

The Clockin API is based on Limoncello Shot which implements jsonAPI. As you run the server, the API will be working. Just make sure you have set everything up at the .env file.

Authentication

It uses the basic authentication. So, just use email as username and password as password.

License

The Clockin App is open-sourced software licensed under the MIT license