Library is a simple C# application to improve my programming skills.
- run App
- register users
- login
- borrow/deposit books
as admin:
- add new books
- DOTNET == 7.0
- Newtonsoft.json == 13.0.3
First of all clone this repositories:
cd <to directory>
git clone <repo link>to find repository link - click "CODE" button on project site:
Or download as zip pack
then unpack .zip file in your destination localization.
Then when you successfuly cloned or unpacked repo:
- start the App you can simply do it by pressing 'run' button when in Program.cs file (Visual Studio Code)
- When application starts you will saw screen like this:
Now everything is ready to use. Application should create database.json file where are staored every information like:
- books - title, authors, number of pages
- users - login, password
- registry - user : book
Now you can register your first user by input 'r' in console and press 'enter' then input login and password:
Like you see, password must be >= 8 char Then if password is correct and data are no used by other user you will see screen like this:
Now you can login to this user or create another one.
Every time on start, application shows hint and display actual stored logins and passwords
just for simplify uses:


