/sociable

A social network website built with PHP(Laravel) and vueJs

Primary LanguageCSSMIT LicenseMIT

About the project

social network website that allows user to share their thought online, connect with friend and family, make new friends and be part of interesting discussion among a large online community.

preview of the website

Screenshots

What is this website built with

How to set up the project after cloning it

  1. Make sure that you installed npm and composer
  2. Open command line inside the project
  3. type "composer install"
  4. type "npm install"
  5. type "cp .env.example .env"
  6. type "php artisan key:generate"
  7. Creat a database with the same name of the same name as "DB_DATABASE" field in .env file
  8. type "php artisan migrate"
  9. To run the project on your browser type "php artisan serve"

How to use the website

  • After opening the home page click the signup button which will take to signup page
  • You can sign up wit your username, email and password
  • After signing up the main page will open, and you will find your posts feedback, notifications, friends request as well as your chat window.
  • You can use the user menu to go to your settings or log out.

Licence

Intellect book service website is open-sourced software licensed under the MIT licence.