/Cartero

Ye wala project pakka complete krunga. ;) pspsssps

Primary LanguageJavaScript

Cartero

Cartero is a user-friendly Postman alternative designed for API testing and interaction. It offers several features to streamline your API testing workflow, including request history, code snippet generation (for Axios and Fetch), and support for both light and dark themes.

Features

  • Request History: View and access your previous API requests.
  • Repeat Requests: Easily repeat requests from your history.
  • Code Snippets: Generate code snippets for Axios and Fetch.
  • Themes: Choose between light and dark themes to suit your preference.

Getting Started

Installation

# Clone the repository
git clone https://github.com/tejanshsachdeva/cartero.git

# Navigate into the project directory
cd cartero

# Install dependencies
npm install

Usage

  1. Development Server:

    npm run dev

    This command starts the development server.

  2. Build:

    npm run build

    This command builds the project for production.

Configuration

  • Adjust settings in src/config.js to customize default configurations such as API base URL.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some amazing feature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.