https://github.com/rishavmehra/spinmergepro
leaning GoLang
https://github.com/rishavmehra/spinmergepro
Last synced: 3 months ago
JSON representation
leaning GoLang
- Host: GitHub
- URL: https://github.com/rishavmehra/spinmergepro
- Owner: rishavmehra
- Created: 2022-08-19T03:40:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T18:33:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T01:53:06.739Z (3 months ago)
- Language: HTML
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```