An open API service indexing awesome lists of open source software.

https://github.com/rishavmehra/spinmergepro

leaning GoLang
https://github.com/rishavmehra/spinmergepro

Last synced: 3 months ago
JSON representation

leaning GoLang

Awesome Lists containing this project

README

        

### Tech Stack

- GO
- Docker
- HTML

| Work | Status |
| -------- | ------ |
| Backend | 🚧 |
| Database | ⚠️ |

### Links

[GO REDIS](https://github.com/gomodule/redigo)

[PDF search for go](https://pkg.go.dev/search?q=pdf)

# How to Run

```bash
chmod applicationRunner.sh
chmod Runner.sh
./Runner.sh
```

## connect to the redis db

```bash
docker ps
docker exec it bash
redis-cli
```

## connect to the frontend

```url
localhost:80
```