Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baguswijaksono/re
web interface for craft, executing and managing curl.
https://github.com/baguswijaksono/re
curl ui web
Last synced: 21 days ago
JSON representation
web interface for craft, executing and managing curl.
- Host: GitHub
- URL: https://github.com/baguswijaksono/re
- Owner: baguswijaksono
- Created: 2024-09-15T17:10:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T09:45:08.000Z (3 months ago)
- Last Synced: 2024-12-16T03:11:16.539Z (21 days ago)
- Topics: curl, ui, web
- Language: HTML
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Konata
Konata is a simple web application built with Go, Gin, and Gorm that allows you to execute curl commands and manage workspaces.
## Features
- Execute curl commands and save the history.
- Create and manage workspaces.## Prerequisites
- Go 1.16 or later
- SQLite## Installation
1. Clone the repository:
```sh
git clone https://github.com/baguswijaksono/re.git
cd re
```2. Install the dependencies:
```sh
go mod tidy
```3. Build the application:
```sh
go build -o re main.go
```4. Run the application:
```sh
./re
```The server will start running at `http://localhost:8080`.