Skip to content

Scrapax/PetStore

Repository files navigation

PetStore

Run DB Locally using docker

docker run -d --name petstoredb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password mysql:5.7

Database Changes

When making changes to the database classes, a new migration must be created and deployed to the database.

dotnet ef migrations add <migration-name> -p src/DB -s src/Migrator -v

Swagger documentation

Link to Swagger Editor Swagger documentation of the Pet Store

About

REST API in .Net 6.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published