/procake

Library Management System using CakePHP framework with bootstrap template

Primary LanguagePHP


ProCake - Library Management System

A kickstart project to learn and get familiar with CakePHP framework.

Built With

  • Cakephp
  • Bootstrap
  • JQuery

(back to top)

Getting Started

To set up this project locally, you can follow the guideline below:

Prerequisites

Please install the software listed below.

  • Laragon

Installation

  1. Open Database tab in Laragon. Create database named procake.
  2. Import the procake.sql file into the newly created database.
  3. Clone the repo into C:/Laragon/WWW folder
    git clone https://github.com/nasuhasri/procake.git
  4. Now, copy this link (http://localhost/procake) and paste it in your browser.
  5. You will be prompt to key in username and password. Use below credentials.
    username: admin
    password: admin

(back to top)