Knowledge base system
- PHP 7.4+
- MySQL 5.7+
- Apache/Nginx
git clone https://github.com/AndreBest/Track Fast.git
cd Track Fast
cp config.example.php config.php
# Edit config.php with your database credentials- Create a MySQL database
- Import the schema:
mysql -u root -p < schema.sql - Point your web server to the project directory
- Open in browser
- Full CRUD operations for Articles
- Title management
- Body management
- Category management
- Responsive design
- Search and filtering
- Form validation
MIT