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

https://github.com/devfolorunso/innopizza

Pizza app ordering app made with React JS, Semantic UI, Bootstrap and Laravel 6.0
https://github.com/devfolorunso/innopizza

cloudinary laravel pizza react-js

Last synced: 2 months ago
JSON representation

Pizza app ordering app made with React JS, Semantic UI, Bootstrap and Laravel 6.0

Awesome Lists containing this project

README

          

## innoPizza : A Pizza Ordering App Made With Laravel & React Js.

## Commands to run after cloning this repo;

```npm

1. npm install

```

```composer

2. composer install
```

```php

3. php artisan key:generate
4. php artisan storage:link
```