Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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