Skip to content

Majkel-code/BooksLibrary_Csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Books Library

by Majkel-code

Library is a simple C# application to improve my programming skills.

  • run App
  • register users
  • login
  • borrow/deposit books

as admin:

  • add new books

Tech

  • DOTNET == 7.0
  • Newtonsoft.json == 13.0.3

Instalation

CLONE

First of all clone this repositories:

cd <to directory>
git clone <repo link>

to find repository link - click "CODE" button on project site:

Screenshot 2024-01-27 at 13 52 48

DOWNLOAD ZIP

Or download as zip pack

Screenshot 2024-01-27 at 14 10 41

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)
Screenshot 2024-01-27 at 13 56 10
  • When application starts you will saw screen like this:
Screenshot 2024-01-27 at 13 57 30

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:

Screenshot 2024-01-27 at 14 05 05

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:

Screenshot 2024-01-27 at 14 06 07

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: Screenshot 2024-01-27 at 14 01 12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages