https://github.com/arslanstack/property-dealership
Laravel based REST APIs and Admin Panel for Property Dealership Web App
https://github.com/arslanstack/property-dealership
Last synced: 2 months ago
JSON representation
Laravel based REST APIs and Admin Panel for Property Dealership Web App
- Host: GitHub
- URL: https://github.com/arslanstack/property-dealership
- Owner: arslanstack
- Created: 2024-06-03T05:58:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T08:55:26.000Z (11 months ago)
- Last Synced: 2025-01-26T02:31:59.256Z (4 months ago)
- Language: JavaScript
- Size: 160 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel REST APIs and Admin Panel for Property Dealership Web App
This repository provides a Laravel 10 REST APIs and Bootstrap based admin dashboard for a property dealership web application.
## Getting Started
### Clone the Repository
Clone the repository using the following command:
```bash
git clone https://github.com/arslanstack/property-dealership.git
```
### InstallationAfter cloning the project, navigate into the project directory and install dependencies:
```bash
cd property-dealership
composer install
```### Configuration
1. Copy the example .env file:
```bash
cp .env.example .env
```2. Generate the application key:
```bash
php artisan key:generate
```3. Update the .env file:
Open the .env file in a text editor and update the necessary configuration values, such as database connection details. Example:```bash
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=property_dealership
DB_USERNAME=root
DB_PASSWORD=
```### Database Setup
1. Create a new MySQL database:
Create new database using phpmyadmin or mysql workbench2. Run the migrations:
```bash
php artisan migrate
```
### Running the ApplicationStart the Laravel server and compile assets:
```bash
php artisan serve
```### Contributing
After implementing a feature or fix, use the following commands to commit and push your changes:
```bash
git add .
git commit -m "Describe the feature"
git push -u origin
```### Snapshots
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()