Skip to content

developerHub01/ApiBolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiBolt - REST API Client

ApiBolt is a powerful, modern REST API client built for developers who need an efficient and user-friendly way to test, debug, and interact with APIs. Built with Electron and React, ApiBolt delivers a seamless desktop application experience with an intuitive and polished interface. Whether you're building new integrations or troubleshooting existing endpoints, ApiBolt provides all the tools you need to streamline your API development workflow.

Installation

Step 1: Install Dependencies

npm install

Step 2: Rebuild Native Modules

npm rebuild

Step 3: Run Database Migrations

npm run db:migrate

Development

Build the Project

npm run build

Run Desktop Application

npm run electron

Troubleshooting

If you encounter issues, try a clean reinstall:

Remove Dependencies

rm -rf node_modules package-lock.json

Reinstall Dependencies

npm install

Releases

No releases published

Packages

No packages published

Languages