Skip to content

Yarins2000/PetShopWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetShop ASP.NET Core web application

ASP.NET Core 6 MVC web app using MSSQL, bootstrap, EF Core, identity and docker

Docker instructions

pulling images to your local machine:
  $ 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

About the web app

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: admin@admin.com password: Admin123