Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarrodmedrano/portuguese-verbs
Next JS Portuguese verb conjugation Quiz with Open AI generation
https://github.com/jarrodmedrano/portuguese-verbs
auth0 ecs-fargate nextjs nextjs13 openai turborepo
Last synced: 7 days ago
JSON representation
Next JS Portuguese verb conjugation Quiz with Open AI generation
- Host: GitHub
- URL: https://github.com/jarrodmedrano/portuguese-verbs
- Owner: jarrodmedrano
- Created: 2023-01-20T03:03:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T21:05:27.000Z (about 2 months ago)
- Last Synced: 2024-12-09T22:20:31.074Z (about 2 months ago)
- Topics: auth0, ecs-fargate, nextjs, nextjs13, openai, turborepo
- Language: TypeScript
- Homepage: https://conjugame.org
- Size: 5.38 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TURBOREPO + tRPC
.
## Technologies
- [TURBOREPO](https://turborepo.org)
- [tRPC](https://trpc.io)
- [ExpressJS](https://expressjs.com/)
- [NextJS](https://nextjs.org/)## Startup dev
`sh docker.dev.sh`
Open http://localhost:3000.
# Start prod in detached mode
`sh docker.prod.sh`
Open http://localhost:3000.
# Build AWS Infrastructure
Building the base in AWS
`cd iac/base`
Add the required variables in terraform.tfvars
`terraform apply`
Building the app in AWS
`cd iac/app`
Add the required variables in terraform.tfvars
`terraform apply`
# Build ECR repositories
Repositories will be created for api, client and verbecc and pushed up to AWS on each commit. You will need to add your
secret variables in Github.#### Author: Jarrod Medrano 👨🏻💻