walmokrani / English

A social network website for the Algerian English learners

Home Page:http://englishdz.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English DZ Social Network

Build Status Laravel Gitter StyleCI

This is the underlying source code of the English DZ Social Networking website.
The website addresses All active Algerians seeking to either learn or have fun and chat in English online.

You can check live changes here

PS: Heroku is not using a CDN so the app may feel slower

System Requirements

The following are required to function properly.

Installation

Automated installation coming soon

Clone the project (replace Name with a name of your choice)

$ git clone --depth 1 https://github.com/CaddyDz/English Name

Install the project dependencies using Composer

$ cd Name && composer install

Create environment variables (change values according to your environment)

$ cp .env.example .env

Generate application key

$ php artisan key:generate

Set up the database

Create a MySQL Database named english

php artisan migrate --seed

Finally run the application

php artisan serve

Hit http://127.0.0.1:8000 using your favorite browser

Contributing

Feel free to contribute through pull requests or by submitting ideas, feature requests or open issues.

License

English Dz Social Networking website is open-sourced software licensed under the GNU General Public License version 3

About

A social network website for the Algerian English learners

http://englishdz.ml

License:GNU General Public License v3.0


Languages

Language:PHP 68.8%Language:HTML 24.2%Language:JavaScript 6.1%Language:Vue 0.4%Language:ApacheConf 0.4%