Skip to content

puripant/library-dash-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Dash

Project Directory

├── Backend       # Backend module
├── Frontend      # Frontend module
├── notebooks     # Data analysis

To Run

download data from

https://drive.google.com/drive/folders/1wMOfj0Uo3I1uEKDPjnlSAy8Fa5yKKsgF?usp=sharing

and put inside Backend/src/static/json folder like an example below.

├── README.md
├── instance
├── requirements.txt
└── src
    └── static
        └── json # put 3 .json inside this folder
            ├── book.json
            ├── patron.json
            └── rent.json

then run to start application (need Docker to be running).

./run.sh

and the web should be served at

http://localhost:5001/js/index.html

About

Dashboard system for bibliographic data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •