Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cahyadsn/protoexpert
prototype Expert System
https://github.com/cahyadsn/protoexpert
Last synced: 5 days ago
JSON representation
prototype Expert System
- Host: GitHub
- URL: https://github.com/cahyadsn/protoexpert
- Owner: cahyadsn
- License: mit
- Created: 2015-12-31T01:26:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T02:42:04.000Z (almost 9 years ago)
- Last Synced: 2023-07-16T13:33:39.469Z (over 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protoExpert
protoExpert is small PHP prototype Expert System application[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/cahyadsn/protoExpert.svg)](https://github.com/cahyadsn/protoExpert/issues)
[![GitHub forks](https://img.shields.io/github/forks/cahyadsn/protoExpert.svg)](https://github.com/cahyadsn/protoExpert/network)
[![GitHub stars](https://img.shields.io/github/stars/cahyadsn/protoExpert.svg)](https://github.com/cahyadsn/protoExpert/stargazers)## Installation
1. Download the protoExpert
2. Unzip the package to your web server
3. Import db/protoExpert.sql to your database server
4. Edit config.php to the propriate database configuration
5. Login to application by navigate to login.php with username 'admin' and password 'password'
6. Enjoy !