Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

avichalp/JSON2Tab

Repository files navigation

JSON2Tab

Visualize RESTful JSON APIs in the form of a table. Debug data inconsistencies in the API like a boss.

Development

Run development server (Webpack Development Server):
npm run start-dev
Create a development build:
npm run build-dev
Create a production build:
npm run build-prod

Using Docker for development

Once you have created a build. Create a docker build using the Dockerfile included in the repo:
docker build . -t=mydockerimage
Run the container:
docker run -t -i -p 8080:8080 -v=`pwd`:/json2tab -w=/json2tab mydockerimage

application is now running at port 8080

Deployment

npm run build npm start

Using docker for deployment

docker run -t -i -p 8080:8080 -v=`pwd`:/json2tab -w=/json2tab mydockerimage

About

Visualize JSON object in the form of a table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors