Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhashkevych/jewerly-shop-backend
Back-End Service for SilverRain Jewelry © 2020
https://github.com/zhashkevych/jewerly-shop-backend
docker docker-compose e-commerce go golang online-shop online-store postgres shell-script
Last synced: about 2 months ago
JSON representation
Back-End Service for SilverRain Jewelry © 2020
- Host: GitHub
- URL: https://github.com/zhashkevych/jewerly-shop-backend
- Owner: zhashkevych
- Created: 2020-07-18T11:06:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T13:19:44.000Z (about 4 years ago)
- Last Synced: 2024-11-01T23:30:35.572Z (about 2 months ago)
- Topics: docker, docker-compose, e-commerce, go, golang, online-shop, online-store, postgres, shell-script
- Language: Go
- Homepage:
- Size: 13.2 MB
- Stars: 31
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Part for Jewerly Shop
## Dependencies:
- go 1.14
- docker### Build & run
In order to start application localy, run command:
```make run```In order for appliction to run, pass environment variables via .env file, with values for `ACCESS_KEY`, `SECRET_KEY` and `PAYMENT_API_KEY`