Skip to content

Desktop and Web applications focused on NoSQL Neo4j database.

Notifications You must be signed in to change notification settings

draganavucic/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

The desktop application is developed in C# and it is used as administration part in the library. Administrators use it for managing users and books in the library.

The web application is developed as MVC C# application and users use it for viewing available books and information about them in the library.

Both applications are using the same database which is Neo4j in this case.

Folder ELibraryDesktopApp contains Visual Studio source code for desktop application and ELibraryWebApp folder contains source code for the web application. The database can be found in default.graphdb folder.

Database

Neo4j is a graph database and after configuration is done, it can be accessed by browser:

127.0.0.1:7474

alt tag

Desktop application

A small preview of desktop application where an administrator is searching for library users is shown below.

alt tag

Web application

In the next image, the Web application is running and the user is searching for books and checking ratings and users' comments on the chosen book.

alt tag

License

© 2019 Dragana Vučić, Faculty of Electronic Engineering, University of Niš

About

Desktop and Web applications focused on NoSQL Neo4j database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published