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
- Host: GitHub
- URL: https://github.com/devfolorunso/innopizza
- Owner: devfolorunso
- Created: 2019-09-27T07:07:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:31:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T20:32:15.980Z (9 months ago)
- Topics: cloudinary, laravel, pizza, react-js
- Language: PHP
- Homepage: http://innopizza.herokuapp.com
- Size: 11.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
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
```