Skip to content

A library webapp for demo. Build with Vue.js and InterSystems IRIS.

License

Notifications You must be signed in to change notification settings

intersystems-dach/LibraryWebDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Banner

LibraryWebDemo

A demo library management webapplication. Build with Vue.js and InterSystems IRIS.


Prerequisites

  • Node.js (version 12 or higher)
  • npm (version 6 or higher)

Usage

  1. Clone this repo
  2. Follow the instruction to install the Library API here
  3. Run the following command in the root folder to intsall and run the frontend
    cd Frontend/vue && npm run start

Authentication

For demonstration purposes you can use the following credentials to login:

Username Password
demo demo

Azure Active Directory

If you want to use Azure Active Directory for authentication, you can follow the instructions here to configure it.

Note: You have to add your Azure Active Directory credentials to the authConfig.js file (rename the file from authConfig.js.template to authConfig.js afterwards).


Connect to your own IRIS instance

By default the frontend connects to the IRIS instance running on your local machine. If you want to connect to a different instance, you can change the connection enviroment in the .env file.

Restart the development server after configuration changes!


By Shubham S. & Philipp B.