Skip to content

A database-driven web application for the collection and analysis of library statistics.

Notifications You must be signed in to change notification settings

gpaddis/logbook

Repository files navigation

Build Status StyleCI Scrutinizer Code Quality

Logbook is a database powered web application for the collection and analysis of library statistics.

Testing the app

This application is currently under active development. To play with it locally, you will need to have at least MySQL, PHP and composer installed on your machine (check out the requirements for laravel), then do the following:

  • clone this repository (branch: master)
  • create a MySQL database, give it any name
  • rename the .env.example file to .env in the project's directory, edit it and specify your local configuration (check the docs)
  • run composer install
  • run php artisan key:generate
  • run php artisan migrate
  • run php artisan db:seed

To start the app and test it, run php artisan serve and open the link in your browser. As a first move, you will have to register an admin account: go to /register-admin and fill the form. Enjoy!

Documentation

Check out the Logbook Wiki to learn about how the application works and how to get started.

About

A database-driven web application for the collection and analysis of library statistics.

Resources

Stars

Watchers

Forks

Packages

No packages published