3elDU / book-management

Simple backend for managing digital library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a REST api, that allows for uploading and managing books in digital library.

Running

Database

There is a docker-compose.yaml config in directory postgres, which you can use. Change the default login credentials if you want

.env

Run cp .env.example .env, and edit the environemnt variables as needed

Run!

Install Go and run go run .

About

Simple backend for managing digital library


Languages

Language:Go 73.0%Language:Shell 20.1%Language:HTML 6.9%