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

https://github.com/ctmax-ui/quickmart


https://github.com/ctmax-ui/quickmart

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## How to run this.
- First install it with
```bash
git clone https://github.com/Ctmax-ui/QuickMart.git
```
- Second composer install
```bash
composer install
```
- Third make dB and update it
```bash
php artisan migrate
```
- Fourth link storage

```bash
php artisan storage:link
```
- Additional com
```bash
php artisan db:seed
```

If main branch's code dosn't work then download the code zip from `full_fledge` branch and run it.