# Record-rex - A PHP Record Keeping Project
Record-rex is a simple, yet powerful, PHP-based application designed for efficient and secure record keeping. Developed with ease of use in mind, it offers a web interface for managing, storing, and retrieving various types of records.
## Features
- **User Authentication**: Secure login system to ensure data safety.
- **CRUD Operations**: Create, Read, Update, and Delete records easily through a user-friendly interface.
- **Search Functionality**: Quickly find records with a powerful search feature.
- **Export Options**: Export records to CSV or PDF for offline usage.
## Getting Started
### Prerequisites
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Composer
- A web server like Apache or Nginx
### Installation
1. **Clone the Repository**
```bash
git clone https://github.com/plainsight16/records-rex-
Navigate to the Project Directory
cd Record-rex -
Install Dependencies
composer install
-
Create a MySQL Database
- Log into your MySQL server and create a new database for the project.
-
Configure Your Environment
- Copy
.env.exampleto.envand fill in your database details and any other environment variables.
cp .env.example .env
- Copy
-
Run Migrations
- Populate your database with the required tables.
php artisan migrate
-
Start the Server
- You can use PHP's built-in server for testing:
php -S localhost:8000 -t public
Now, navigate to
http://localhost:8000in your web browser.
- Login/Register: Start by registering as a new user or logging in if you already have an account.
- Add New Record: Navigate to the "Add New" section to input a new record into the system.
- Search Records: Use the search bar to find specific records.
- Edit/Delete Records: Each record can be edited or deleted from its detailed view page.
We welcome contributions to RecordKeeper! Please read our contributing guidelines before submitting pull requests to the project.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all the contributors who spend time to help make Record-rex better!