Skip to content

Latest commit

 

History

History
 
 

Social-Network

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Social Network

A social network built with Laravel and Bootstrap. Authenticate, add and accept friend requests, post to a timeline, reply to and like friend's statuses.

Chatty setup instructions

  1. Build a fresh Laravel installation.
  2. Run php artisan app:name Chatty from the root directory. This sets your application name.
  3. Copy over app, database and resources folders, replacing those in the default Laravel installation.
  4. Create a database for this project.
  5. Add your database details in the .env file.
  6. Run php artisan migrate from the project directory. This creates the database tables.

Hit the URL you're using for this project and you should be ready to go!

https://www.codecourse.com/library/lessons/social-network/introduction