Git Product home page Git Product logo

catalog's Introduction

Catalog System

A catalog/library type system to catalog your "stuff". This is designed to catalog almost anything.

Setup and Installation

Please see rpi.md for instructions on setting it up on a Raspberry Pi type device

What you need

PHP, Mysql

Database Setup

Create database called "catalog" with the same username once created, use the sql/library.sql file to populate the database with some default values.

Copy source/includes/config.php-orig to source/includes/config.php Edit the config.php file and enter the database username, password, etc

Logging in

browse over to your host, for example http://localhost/catalog/dashboard.php to log in. Clicking on the Admin Login link at the top, you will use "admin" as the username and "testpassword" as the password.

Credits

Code Inspiration: https://github.com/kumarpandule/Online-Library-Management-System-PHP

catalog's People

Contributors

snotlingorc avatar

Watchers

 avatar

catalog's Issues

Tagging Support

Tables for tagging are stubbed out, but need support for adding/editing tags to items in the catalog and an ability to search/view those tags.

CSS cleanup

CSS work - see if the css will allow for dynamic build of the table instead of forcing 5 cells wide

Image from URL needs to be modified

Image from URL needs to be moved into a function instead of it's own routine. Also add in some better error checking and gracefully error out if an invalid type is attempted to be used.

Multi Image Support

Wish list item - Ability to select a primary image from the uploaded images or even an image rotation of all the images.

Image support cleanup

dbfunc/image.php - figure out why this cannot be in the same format as the other DB calls and remove the extra password entry.

Rating System

Add in a rating system to rate the items. Perhaps show the top rated on the main page.

Additional Image Types

Currently the system support png, gif, and jpg. Other types would be nice, such as webp.

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.