Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bgwastu/LibshelfAPI

Repository files navigation

Libshelf API GitHub deploy workflow

Libshelf is book cataloging app that helps you to manage your personal book collection or a home library. See Swagger live API documentation at https://libshelf.herokuapp.com/.

Features:

  • Manage books, this include create, read, update and delete.
  • Search books by title and ISBN.
  • Add progress to the book (want to read, reading, read).
  • Login and register users.
  • Cataloging the book with book shelves.

Basically just like Goodreads, but it's more minimal and more geared towards personal use.

swagger-demo

Technical

How to run the project:

  • Clone or download this repository
  • Copy appsettings.json to appsettings.Development.json
  • Change the secret in appsettings.Development.json
  • Build the solution using command line with dotnet build
  • Go to LibshelfAPI directory and run project using command line with dotnet run

What this project covers:

  • JWT implementation
  • Authentication and Authorization
  • Database many-to-many and one-to-many relationship
  • Convert image into .webp
  • CRUD operations
  • Searching

Entity relationship diagram (ERD)

erd

About

Book cataloging API, built with ASP.NET Core Web API 6.0 & PostgreSQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /