https://github.com/rafal19987/ready4tech-flashcards-learning-app-nextjs-typescript-tailwind-shadcn-nextauth-nestjs-mysql-typeorm
APP in development
https://github.com/rafal19987/ready4tech-flashcards-learning-app-nextjs-typescript-tailwind-shadcn-nextauth-nestjs-mysql-typeorm
2024 docker-compose fullstack-javascript fullstack-typescript nestjs nestjs-backend next-auth nextjs-frontend nextjs14 react react-hook-form shadcn-ui spa ssr tailwindcss typeorm zod
Last synced: 9 months ago
JSON representation
APP in development
- Host: GitHub
- URL: https://github.com/rafal19987/ready4tech-flashcards-learning-app-nextjs-typescript-tailwind-shadcn-nextauth-nestjs-mysql-typeorm
- Owner: rafal19987
- License: mit
- Created: 2024-07-10T09:17:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-01T16:04:57.000Z (over 1 year ago)
- Last Synced: 2025-01-21T06:26:58.363Z (11 months ago)
- Topics: 2024, docker-compose, fullstack-javascript, fullstack-typescript, nestjs, nestjs-backend, next-auth, nextjs-frontend, nextjs14, react, react-hook-form, shadcn-ui, spa, ssr, tailwindcss, typeorm, zod
- Language: TypeScript
- Homepage: https://learn-app-zeta.vercel.app
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RUN for development
- run MySQL from root directory
```bash
docker-compose up
```
- in api directroy
```bash
npm run start:dev
```
- in client dircetory
```bash
npm run dev
```
## Tech Stack
# Frontend
- Next.js
- Typescript
- Tailwind
# API
- Nest.js
- Typescript
- TypeORM
- MySQL