This project is a library system written in flask python module, which is connected to a postgresql database. The main goal of this project was to create simple system that allows to manage a library.
Check the file requirements.txt
and follow it.
To start the application you have to start web server by typing python run.py
in your cmd. It should run localhost server at port 5000
.
Next you should type in your browser localhost:5000
.
admin panel - user account management
admin panel - book information
- registration/login system
- book reservation
- borrowing books
- penalties
- comments
- different privileges for admin and library user
- simple search engine
- Kutyba Piotr
- Jakóbczak Dawid