Skip to content

LucaSamore/Social-Network

Repository files navigation

About this project

A social network application built for my Web Technologies course.

Featuring

Requirements

Project setup

  1. Copy file .env.example to .env, configure your database and Cloudinary params
  2. Install project dependencies running composer install and npm install commands
  3. Run migration and seeder running php artisan migrate --seed command
  4. Generate application encryption key running php artisan key:generate command
  5. Run node server with npm run dev command
  6. Run the application with php artisan serve command

The project can also run using Docker containers.

Authors