Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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