Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-01T16:04:57.000Z (5 months ago)
- Last Synced: 2024-11-20T06:12:11.177Z (3 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