8000 GitHub - veliulugut/library-project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

veliulugut/library-project

Repository files navigation

Library

Library is a book library backend application that manage books.

Usage

You can checkout makefile file for run commands.

Running with docker

docker build . -t library
docker run --name libraryexample -p 8080:8080 -e SMTP_HOST=<host> -e SMTP_PORT=<port> -e SMTP_FROM=<email> -e SMTP_PASSWORD=<password> library

Used Libraries

  • Gin Web Framework (v1.9.1)
  • Swaggo swagger generator (v1.16.2)
  • Redis (v9.1.0)
  • Entgo(ORM) (v0.12.3)
  • Golang JWT (v5.0.0)

Swagger api endpoint: http://localhost:8080/swagger/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0