Skip to content

Project done as part of the curricular unit Database and Web Applications Laboratory at LEIC (FEUP). Use of Laravel Framework and Bootstrap library for the development of a online clothing store.

Notifications You must be signed in to change notification settings

diogofonte/feup-lbaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database and Web Applications Laboratory - LBAW 2022/2023 - FEUP

About Fashion

Documentation

Docker Commands

Docker commands to launch the image available in the group's Git Container Registry, which uses the production database:

docker run -it -p 8000:80 --name=lbaw2251 -e DB_DATABASE="lbaw2251" -e DB_SCHEMA="lbaw2251" -e DB_USERNAME="lbaw2251" -e DB_PASSWORD=xxJlDZqv git.fe.up.pt:5050/lbaw/lbaw2223/lbaw2251
docker exec -it lbaw2251 bash
root@2804d54698c0:/# tail -f /var/log/nginx/error.log    # follow the errors
root@2804d54698c0:/# tail -f /var/log/nginx/access.log   # follow the accesses

Administration Credentials

Administration URL: /admin-panel.

First, you need to login in /admin-panel/login and then you are redirected to /admin-panel.

Type E-mail Password
Collaborator [email protected] teste12345
Technician [email protected] teste12345

User Credentials

Type E-mail Password
example account [email protected] teste12345

Project Final Grade: 19

Alexandre Correia - [email protected]
Ana Sofia Costa - [email protected]
Daniel Rodrigues - [email protected]
Diogo Fonte - [email protected]

About

Project done as part of the curricular unit Database and Web Applications Laboratory at LEIC (FEUP). Use of Laravel Framework and Bootstrap library for the development of a online clothing store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published