This was my first web app that I built from scratch. I started by using FIGMA to architect and map out what the project would look like, built the entire database architecture and used the languages PHP, Javascript, HTML, CSS, SASS and the frameworks/libraries: Laravel, Pusher, Vue & InertiaJs. The project is not yet completely finished but it is functional. The project is a fetish portal, where people can join and leave the portal's communities, search for users, chat online with active participants, edit their profile and much more.
Edit .ENV
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=databasename
DB_USERNAME=username
DB_PASSWORD=password
Install the dependencies and devDependencies
npm install
composer install
php artisan migrate:refresh --seed
php artisan serve
- Update design and config on chat view
- Add block user option
- Add favorite user option
- Review CSS Components and files and make SASS files to organize
- Review the gallery profile (Add and Delete images)