Skip to content

Commit c4d25d5

Browse files
committed
Update readme
1 parent 0303920 commit c4d25d5

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11

2-
# Frontend+Backend Docker Demo
2+
# 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+
* Typescript
20+
* Material-UI,
21+
* Tanstack React Query
22+
* Tanstack React Router
23+
* Tailwind
24+
* Vite
25+
* Pnpm
26+
* Docker
27+
* Nginx
328

429

530

631

7-
## Installation
32+
## Setup
833

934

1035

@@ -29,7 +54,7 @@ $ docker-compose up
2954
````
3055

3156

32-
#### 2) Frontend (default url http://localhost:3000)
57+
#### 2) Frontend (default url http://localhost:8080)
3358
```bash
3459
$ cd frontend
3560
$ pnpm install

frontend/src/api/services/cafes/types.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)