I was gonna say that is a service designed to support those "I was gonna say that" moments in English conversations.
The application allows users to view a list of phrases and register new ones, providing a handy reference for language learners or anyone looking to polish their conversational skills.
- Browse a list of useful English phrases for various situations.
- Add new phrases to the collection with details like scene and tags.
- TypeScript
- Next.js 14.x
- AppRouter
- ServerActions
- TypeScript
- NestJS 10.x
- Prisma ORM 5.x
- PostgreSQL 13.x
To run the application locally, ensure you have Docker and Docker Compose installed on your system.
- Clone the repository.
- Navigate to the project directory.
- Run the following command to build and start the services:
make build
make start
make init-db