$ docker pull yarins2000/petshopapp:1.0
$ docker pull yarins2000/petshopdb:1.0
running the containers of these images:
$ docker-compose up -d
then, open a browser and write in the URL: localhost:3000
This is a pet shop web when you can view the animals, add comments and filter them by their category. You can also register to the website and this provides you an access to add, edit and delete an animal. If you are an admin, you can also edit the registrated users and add/edit/delete their roles(e.g admin).for login as an admin, there is a default admin user: email: [email protected] password: Admin123