zekkelar / ZEK-LIBRARY

ZEK-LIBRARY is an application where you can download and upload journals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZEK-LIBRARY

Introduction

ZEK-LIBRARY is an application where you can download and upload journals. This application is built using the Python-Flask
programming language as the backend and C# as the frontend. Its features include:

- Access to 1 million downloadable journals and books
- Ability to upload journals or books
- Bulk or single downloads using asynchronous (parallel) processing
- Bookmarking for books or journals
- Responsive user interface
- Easy to use

INSTALLATION (PYTHON SETTINGS)

SETTINGS DATABASE

helpers\controller.py
#DATABASE MYSQL SETTINGS
USERNAME_DATABASE = 'root' #USERNAME DATABASE
PASSWORD_DATABASE = "" #PASSWORD DATABASE (null if you not settings)
HOST_DATABASE = "localhost" #HOST 
NAME_DATABASE = "zelib" #NAME 
URL = "127.0.0.1" #URL (localhost:127.0.0.1)

INSTALLATION (C# SETTINGS)

FIRST SETTINGS

ZekLIB\ZekLIB\bin\Debug\config.json
url = input URL where you locate backend, if use localhost
default is localhost:5000
update = (default=no)
{
	"url":"http://127.0.0.1:5000/", 
	"update":"no"
}

License

This project is licensed under the MIT license.

About

ZEK-LIBRARY is an application where you can download and upload journals


Languages

Language:C# 82.2%Language:Python 17.8%