Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

This is a sample Reddit clone on golang.

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/)