https://github.com/shubhambansal1997/business_directroy_listing_system
https://github.com/shubhambansal1997/business_directroy_listing_system
laravel mysql php php-framework php7
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhambansal1997/business_directroy_listing_system
- Owner: ShubhamBansal1997
- Created: 2016-08-28T10:08:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T13:51:28.000Z (about 6 years ago)
- Last Synced: 2025-01-04T20:46:30.752Z (5 months ago)
- Topics: laravel, mysql, php, php-framework, php7
- Language: HTML
- Size: 16.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Business Directory Listing System
This is a clone of the justdial here you can list vaious business listings in various categories and sub categories give them a particular page and admin panel to manage them.
## Technologies Used
Laravel (one of the most popular php framework used by many top startups and companies.
Mysql - Most Used Relational Database system## How to Run
1. Edit the .env file and set the db paramaters
2. Now run the command to make db schema
```
php artisan migrate --seed
```3. To run the website
```
php artisan serve
```
(Website is live at localhost:8000)