4NSWERS
- Project name: lbaw24112 - 4NSWERS
- Short description: Q&A
- Environment: Linux
- Tools: Laravel, Tailwind
- Institution: FEUP
- Course: LBAW (Database and Web Applications Laboratory)
- Project grade: 16
- Group members:
- Afonso Castro (up202208026@fe.up.pt)
- Leonor Couto (up202205796@fe.up.pt)
- Pedro Santos (up202205900@fe.up.pt)
- Rodrigo de Sousa (up202205751@fe.up.pt)
Login to docker registry and start the container:
docker login gitlab.up.pt:5050
docker run -d --name lbaw24112 -p 8001:80 gitlab.up.pt:5050/lbaw/lbaw2425/lbaw24112
git clone https://github.com/rodeso/lbaw.4nswers/
composer install
php artisan config:clear
php artisan clear-compiled
php artisan optimize
php artisan config:clear
php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan db:seed
php artisan schedule:run
php artisan storage:link
http://localhost:8001
Email: rodrigoemail@4nswers.com
Password: password123
docker stop lbaw24112
docker rm lbaw24112