Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sseffa/asque
Sistem Analizi ve Tasarımı dersi proje ödevi (stackoverflow clone)
https://github.com/sseffa/asque
laravel question-answering questions-and-answers stackoverflow
Last synced: 14 days ago
JSON representation
Sistem Analizi ve Tasarımı dersi proje ödevi (stackoverflow clone)
- Host: GitHub
- URL: https://github.com/sseffa/asque
- Owner: sseffa
- Created: 2014-02-24T14:15:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T07:27:44.000Z (over 10 years ago)
- Last Synced: 2024-11-11T16:46:32.304Z (2 months ago)
- Topics: laravel, question-answering, questions-and-answers, stackoverflow
- Language: JavaScript
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Asque (Ask Question)
=====#Sistem Analizi ve Tasarımı Dersi Proje Ödevi
Soru-Cevap Uygulaması (stackoverflow tarzında)
## Installation
Please check the system requirements before installing Asque (Ask Question).1. You may install by cloning from github, or via composer.
* Github: `git clone [email protected]:sseffa/asque.git`
* Composer: `composer create-project sseffa/asque --prefer-dist`
2. From a command line open in the folder, run `composer install`.
3. Enter your database details into `app/config/database.php`.
4. Run `php artisan migrate` to setup and `php artisan db:seed` seed your database. (php artisan app:install)## Screenshots