Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Event Log Viewer

This project is a React web application that allows you to enter the following inputs:

  • API endpoint
  • Project name
  • Bearer auth token
  • Table name
  • Primary key

The application will then fetch and display the event log as documented in the Contember documentation.

Usage

  1. Clone the repository:
    git clone https://github.com/githubnext/workspace-blank.git
    
  2. Navigate to the project directory:
    cd workspace-blank
    
  3. Install dependencies:
    npm install
    
  4. Start the development server:
    npm start
    
  5. Open your browser and navigate to http://localhost:3000.

Required Inputs

  • API endpoint: The URL of the API endpoint to fetch the event log data.
  • Project name: The name of the project.
  • Bearer auth token: The authentication token for accessing the API.
  • Table name: The name of the table containing the event log data.
  • Primary key: The primary key of the table.

About

A web app to display event log from Contember API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages