https://github.com/karpovdl/rc
This is a sample Reddit clone on golang.
https://github.com/karpovdl/rc
docker-compose golang gorilla-mux json jwt mongodb postman swagger
Last synced: 2 months ago
JSON representation
This is a sample Reddit clone on golang.
- Host: GitHub
- URL: https://github.com/karpovdl/rc
- Owner: karpovdl
- License: mit
- Created: 2020-07-05T19:56:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T09:35:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T04:13:01.913Z (over 1 year ago)
- Topics: docker-compose, golang, gorilla-mux, json, jwt, mongodb, postman, swagger
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# rc
[![License][1]][2] [![golang][10]][11]
[1]: https://img.shields.io/badge/license-MIT-blue.svg?label=License&maxAge=86400 "License"
[2]: ./LICENSE
[10]: https://img.shields.io/badge/golang-1.14.4-blue.svg?style=flat "Golang"
[11]: https://golang.org
:green_book: [Samples](./SAMPLES.md)
This is a sample Reddit clone on golang.
## Installation
Clone this repository
## Run the app
Run the script
```bash
cd cmd
docker-compose up
```
## Testing
* [Samples](./SAMPLES.md)
* [Postman collection](./api/postman/)