Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecomclub/dynamic-backend
Map E-Com Plus Storefront dynamic backend with Go and Redis
https://github.com/ecomclub/dynamic-backend
go golang redis webserver
Last synced: 3 months ago
JSON representation
Map E-Com Plus Storefront dynamic backend with Go and Redis
- Host: GitHub
- URL: https://github.com/ecomclub/dynamic-backend
- Owner: ecomclub
- License: mit
- Created: 2018-01-22T16:02:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T23:55:14.000Z (almost 6 years ago)
- Last Synced: 2024-05-18T01:58:37.364Z (6 months ago)
- Topics: go, golang, redis, webserver
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - dynamic-backend - Com Plus Storefront dynamic backend with Go and Redis (Repositories)
README
# dynamic-backend
Map E-Com Plus Storefront dynamic backend with Go and Redis# Technology stack
+ [Go](https://golang.org/) 1.9.x
+ [Redis](https://redis.io/) 3
+ Redis client for Golang https://github.com/go-redis/redis# Setting up
For security, we recommend to download and install the app as root,
and let the files owned by `root:root` as default.```bash
sudo git clone https://github.com/ecomclub/dynamic-backend.git
cd dynamic-backend
sudo go build main.go
```Start application with CLI arguments:
+ Root directory to static files
+ HTTP/TCP port
+ Optional log file pathExample:
```bash
./main /var/www :3000 /var/log/app.log
```