Skip to content

api that might be used to manage the catalog for a local library.

License

Notifications You must be signed in to change notification settings

Ssousuke/local-library-dotnet-version

Repository files navigation

Local Library

  • This project is entirely made in .NET.
  • You need docker installed on your system
  • Up Docker see the Magic.
  • Docker-compose config
  • SQLServer

Features ENDPOINTS

Basically this application is a CRUD, so don't expect anything complex.

  • AUTHOR
  • LANGUAGE
  • BOOK
  • GENRE

Some things are still in development, but you can put them in and test them..

Class Schema (By MDN)

alt text

Bey.