https://github.com/inflectra/library-information-system-v3
3rd generation of LibraryInformationSystem sample application
https://github.com/inflectra/library-information-system-v3
Last synced: 25 days ago
JSON representation
3rd generation of LibraryInformationSystem sample application
- Host: GitHub
- URL: https://github.com/inflectra/library-information-system-v3
- Owner: Inflectra
- Created: 2023-09-05T07:44:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-03T12:51:53.000Z (6 months ago)
- Last Synced: 2026-03-05T07:37:07.219Z (4 months ago)
- Language: JavaScript
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# library-information-system-v3
3rd generation of LibraryInformationSystem sample application
## Building
```
npm install
npm run build --ws
```
## Starting
```
npm run prod --ws
```
## Trying API
http://localhost:5000/docs/#/
## Predefined Users
- Admin: q/q
- Editors: e/e, librarian/librarian
- Borrowers: r/r, borrower/borrower
## Build and Run API
```
npm run build -w @lis/api
npm run start -w @lis/api
```