# README
library-app-api
REST API server code for managing library's inventory.
Local setup
export DB_HOST=127.0.0.1
DB_PORT=5455
DB_USER=libraryadmin
DB_PASSWORD=testing1234
DB_NAME=librarydb
API_AUTH_TOKEN=somerandomtoken
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author