A social network application built for my Web Technologies course.
- Copy file
.env.example
to.env
, configure your database and Cloudinary params - Install project dependencies running
composer install
andnpm install
commands - Run migration and seeder running
php artisan migrate --seed
command - Generate application encryption key running
php artisan key:generate
command - Run node server with
npm run dev
command - Run the application with
php artisan serve
command
The project can also run using Docker containers.