/EnglishWorlds

Social Network for non native English speakers

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

English Worlds Social Network

Please note that the current code is undergoing a major overhaul!

⚠  please note:

The application is currently in pre-alpha.
This means it is currently under active development and still contains known bugs.
As such, all unit tests are failing at the moment for the master branch in contrast to develop branch

Build Status codecov Laravel Gitter StyleCI PRs Welcome

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

System Requirements

The following installations are required for the app 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/EnglishWorlds Name

Install the project backend dependencies using Composer

$ cd Name && composer install

Install the project frontend dependencies using NPM

$ npm install

Compile frontend assets for development

$ npm run dev

Migrate the database

$ php artisan migrate

you can also add the --seed flag to have some dummy data to play with

Generate an encryption key

$ php artisan key:generate

Finally run the application

$ php artisan serve

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

Support the project

You can support the project in many ways.

Developers

Main

Contributors

License

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