Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maypok86/conduit

A implementation of realworld app with project layout and clean architecture using gin, postgres and metrics
https://github.com/maypok86/conduit

docker gin go golang postgres realworld

Last synced: 25 days ago
JSON representation

A implementation of realworld app with project layout and clean architecture using gin, postgres and metrics

Awesome Lists containing this project

README

        



Conduit


A place to share your knowledge.








## 📖 Contents

- [Technologies](#technologies)
- [Getting Started](#getting-started)
- [Contribute](#contribute)
- [License](#license)

## ⚡️ Technologies

stack

## 🍕 Getting Started

**Setting up environment variables**

Before getting started, create `.env` file following the `.env.example` file.

**Running conduit**

- Docker (recommended)

```
$ make up
```

Once you're done working, use `make down` command to stop the docker containers.

## 👏 Contribute

Contributions are welcome as always, before submitting a new PR please make sure to open a new issue so community members can discuss it.
For more information please see [contribution guidelines](./CONTRIBUTING.md).

Additionally, you might find existing open issues which can help with improvements.

This project follows a standard [code of conduct](./CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.

## 📄 License

This project is MIT licensed, as found in the [LICENSE](./LICENSE).