Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inbrewj/negroni-club
https://negroni.club (via Cloudflare)
https://github.com/inbrewj/negroni-club
campari gin vermouth
Last synced: about 6 hours ago
JSON representation
https://negroni.club (via Cloudflare)
- Host: GitHub
- URL: https://github.com/inbrewj/negroni-club
- Owner: InBrewJ
- Created: 2024-12-29T13:48:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T21:45:39.000Z (1 day ago)
- Last Synced: 2025-02-10T22:31:52.930Z (1 day ago)
- Topics: campari, gin, vermouth
- Language: Go
- Homepage: https://nqdi.urawizard.com?backup=true
- Size: 608 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Negroni Club (NQDI) as reference app
## What is NQDI?
Negroni Club = a place to discover and share the greatest Negronis in the world
NQDI = 'Negroni Quality Discovery Index'
NQDI is the data and backend that informs the club. As time goes on, more things may be built on top of NQDI, not just Negroni Club!
## What is the stack?
For the simple / core three tier client / server approach:
- Expo + TypeScript (as a web / native iOS/Android UI framework)
- Golang + Gin + GORM as a golang centric REST API
- Cockroach DB (as a database)## What is the Development Environment?
- Tool version management: Proto?
- https://moonrepo.dev/docs/proto?q
- Moon might also be worth a lookin' at:
- https://moonrepo.dev/moon
- node v22.12.0
- npm v10.9.0
- Nx (as a build system)
- go 1.23.3
- Terraform CDK (cdktf / Go bindings)## What are the Operating Environment tools?
- Cloudflare (for DNS, geolocation based bot catching and apex -> www. 301 rerouting)
- AWS (urawizard account)
- VPC
- ECS Fargate + ALB
- Route53
- CloudWatch + Alarms etc
- SNS
- Cockroach DB Cloud
- Hashicorp cloud platform (not strictly necessary, just easy)
- GitHub Actions
- Expo (EAS)## What is the starting point?
- https://nx.dev/getting-started/intro
- https://nx.dev/nx-api/expo
- https://docs.expo.dev/workflow/web/