Skip to content

Commit 66e01af

Browse files
committed
readme update
1 parent 5de4326 commit 66e01af

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.MD

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<!-- Logo centered -->
44

55
<p align="center">
6-
<img src="packages/ui/public/logo.png" alt="Next Rust Todo list app" width="300" style="border-radius: 30px;" />
7-
6+
<img src="apps/web/public/logo.png" alt="Next Rust Todo list app" width="300" style="border-radius: 30px;" />
87
</p>
98

109
This project is a simple todo list app written in Rust. It is a learning project for me to learn Rust.
@@ -17,7 +16,7 @@ This project is a simple todo list app written in Rust. It is a learning project
1716
cargo install sqlx-cli --no-default-features --features postgres
1817
```
1918

20-
- Create a `.env` file in the `packages/server` folder and add the following:
19+
- Create a `.env` file in the `apps/rust-server` folder and add the following:
2120

2221
```bash
2322
DATABASE_URL="postgresql://postgres:password@localhost:5432/next-rust-todolist"
@@ -55,7 +54,7 @@ This project is a simple todo list app written in Rust. It is a learning project
5554
pnpm dev:server
5655
```
5756

58-
- Run UI only (optional)
57+
- Run web only (optional)
5958

6059
```bash
6160
pnpm dev:ui
@@ -71,7 +70,7 @@ This project is a simple todo list app written in Rust. It is a learning project
7170
7271
## Progress
7372

74-
### Server
73+
### Rust Backend
7574

7675
- [x] Authentication (JWT)
7776
- [x] Register/Login
@@ -94,10 +93,10 @@ This project is a simple todo list app written in Rust. It is a learning project
9493
- [ ] Remove a todo item
9594
- [x] Set a todo item as done
9695

97-
## Packages
96+
## Apps
9897

99-
- [Server](/packages/server/)
100-
- [UI](/packages/ui/)
98+
- [Rust Backend](/apps/rust-backend/)
99+
- [Web](/apps/web/)
101100

102101
## License
103102

0 commit comments

Comments
 (0)