Skip to content

simonpaul08/library-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System (Server)

A role-based Library Management System with distinct user roles and permissions, allowing admins to onboard and manage readers efficiently. Implements RESTful APIs for user authentication, book inventory, lending workflows, and admin operations. Designed for performance, scalability, and clean code architecture.

Client Repo URL - https://github.com/simonpaul08/library-client

Installation

Clone the repo and install the dependencies(if any).

Environment Variables

Create a .env file in the root and declare the following variables with appropritae values, check .env.example file for reference

EMAIL="your_smtp_email_address"
EMAIL_PASSWORD="your_smtp_email_password"
SECRET="jwt_secret"

Run Command

Use the command below to run the server

go run main.go

About

Go-based backend for the Library Management System. Implements RESTful APIs for user authentication, book inventory, lending workflows, and admin operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages