Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiverreaver/stackoverflow_clone
Stackoverflow clone created with laravel and reactjs
https://github.com/aiverreaver/stackoverflow_clone
javascript laravel php reactjs redux redux-thunk stackover-clone stackoverflow
Last synced: about 1 month ago
JSON representation
Stackoverflow clone created with laravel and reactjs
- Host: GitHub
- URL: https://github.com/aiverreaver/stackoverflow_clone
- Owner: AiverReaver
- Created: 2019-09-04T10:34:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:13:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T11:57:04.889Z (almost 2 years ago)
- Topics: javascript, laravel, php, reactjs, redux, redux-thunk, stackover-clone, stackoverflow
- Language: PHP
- Homepage:
- Size: 2.48 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stackoverflow clone app
Stackoverflow webapp created with laravel and reactjs
## How To Run
Clone the project `git clone https://github.com/AiverReaver/stackoverflow_clone.git`
## Backend
cd into stakoverflow_backend and run
`composer install`And then
`php artisan serve`## Frontend
cd into stakoverflow_frontend and run
`yarn` or `npm install`And then
`yarn start` or `npm run start`### And now enjoy buggy stackoverflow clone app