An open API service indexing awesome lists of open source software.

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

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)