Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maypok86/conduit
- Owner: maypok86
- License: mit
- Created: 2022-08-01T19:22:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T02:03:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T07:06:55.675Z (2 months ago)
- Topics: docker, gin, go, golang, postgres, realworld
- Language: Go
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Conduit
A place to share your knowledge.
## 📖 Contents
- [Technologies](#technologies)
- [Getting Started](#getting-started)
- [Contribute](#contribute)
- [License](#license)**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.
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.
This project is MIT licensed, as found in the [LICENSE](./LICENSE).