An open API service indexing awesome lists of open source software.

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

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
```