GithubHelp home page GithubHelp logo

kleinercubs / library-management-system Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 810 KB

using Golang and Mysql to realize a simple library-management-system

Go 94.76% TSQL 5.24%
library-management-system golang mysql

library-management-system's Introduction

"exit" -- exit the management system/log out the system
"help" -- ask for instructions

"register" -- to register a new account
"guest-mode" -- to log in the system as a guest
"login" -- to login with your account

since you log into the system, there are three user modes: guests, normal readers and administrators

for guests:
	"title" -- to query book(s) by title
	"author" -- to query book(s) by author
	"isbn" -- to query book(s) by ISBN

for normal readers:
	they can do all the operations mentioned above, and following extra operations
	"pw" -- to reset one's own password
	"borrow" -- to borrow a book
	"return" -- to return a book
	"extend" -- to extend the deadline of returning a book
	"deadline" -- to query the deadline of a borrowed book
	"overdue" -- to query the amount of overdue books
	"unreturned" -- to view all the unreturned books
	"history" -- to view all the borrow history

for administrators:
	they can do all the operations mentioned above, and following extra operations
	"adduser" -- add a new user and set the user mode
	"addbook" -- add book
	"userpw" -- help user who forgot his/her password to reset it, 
		    and please be very cautious when doing this operation
	"removebook" -- remove book and add remove information
			// when remove a book, if it's about a student lost it,
			// make sure you've fine the student and got the book "returned",
			// or it may have impact on the whole system

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.