This is a mini social network to manage TV shows and episodes followed by the user & find friends that like the same shows!
The application is written in Vue.js and Laravel.
🎥 Live preview: http://mundo-ds.herokuapp.com
git clone https://github.com/igoortc/mundoDS.git
composer install
Fill out the .env.example
with your variables, then remove the .example
php artisan key:generate
npm install
Check the database info on the .env
file.
php artisan migrate
php artisan db:seed
npm run dev
php artisan serve
Go to http://localhost:8000/.
- If an error (like
ELIFECYCLE
) comes up when runningnpm run dev
, try deleting thenode_modules
folder then runningnpm install
again. - Make sure Laravel is updated.