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.
- 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.
# Clone the repository
git clone https://github.com/tejanshsachdeva/cartero.git
# Navigate into the project directory
cd cartero
# Install dependencies
npm install
-
Development Server:
npm run dev
This command starts the development server.
-
Build:
npm run build
This command builds the project for production.
- Adjust settings in
src/config.js
to customize default configurations such as API base URL.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some amazing feature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.