This repository contains the Single API Secure Panel Sample App, a demonstration of a secure panel built with Single Api.
Make sure you have the following prerequisites installed on your machine:
- Node.js latest version
- npm (Node Package Manager)
- Navigate to the
securepanel-sample-app
directory.cd securepanel-sample-app
- Run the following command to install the required dependencies.
npm install
- Please add your own Single API ApiKey, SingleApi base URL and Single API Secure Panel base URL into
config/default.json
Start the application by running the following command:
npm start