We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0303920 commit c4d25d5Copy full SHA for c4d25d5
README.md
@@ -1,10 +1,35 @@
1
2
-# Frontend+Backend Docker Demo
+# Docker+Frontend+Backend Demo
3
+
4
5
+## Overview
6
7
+### Backend
8
+* NestJS
9
+* Prisma
10
+* Docker
11
+* Mysql
12
+* Vite
13
+* Pnpm
14
+* Typescript
15
16
17
+### Frontend
18
+* React
19
20
+* Material-UI,
21
+* Tanstack React Query
22
+* Tanstack React Router
23
+* Tailwind
24
25
26
27
+* Nginx
28
29
30
31
-## Installation
32
+## Setup
33
34
35
@@ -29,7 +54,7 @@ $ docker-compose up
54
````
55
56
-#### 2) Frontend (default url http://localhost:3000)
57
+#### 2) Frontend (default url http://localhost:8080)
58
```bash
59
$ cd frontend
60
$ pnpm install
frontend/src/api/services/cafes/types.ts
0 commit comments