Commit 66e01af 1 parent 5de4326 commit 66e01af Copy full SHA for 66e01af
File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Logo centered -->
4
4
5
5
<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 ;" />
8
7
</p >
9
8
10
9
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
17
16
cargo install sqlx-cli --no-default-features --features postgres
18
17
```
19
18
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:
21
20
22
21
``` bash
23
22
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
55
54
pnpm dev:server
56
55
```
57
56
58
- - Run UI only (optional)
57
+ - Run web only (optional)
59
58
60
59
``` bash
61
60
pnpm dev:ui
@@ -71,7 +70,7 @@ This project is a simple todo list app written in Rust. It is a learning project
71
70
72
71
## Progress
73
72
74
- ### Server
73
+ ### Rust Backend
75
74
76
75
- [x] Authentication (JWT)
77
76
- [x] Register/Login
@@ -94,10 +93,10 @@ This project is a simple todo list app written in Rust. It is a learning project
94
93
- [ ] Remove a todo item
95
94
- [x] Set a todo item as done
96
95
97
- ## Packages
96
+ ## Apps
98
97
99
- - [ Server ] ( /packages/server / )
100
- - [ UI ] ( /packages/ui / )
98
+ - [ Rust Backend ] ( /apps/rust-backend / )
99
+ - [ Web ] ( /apps/web / )
101
100
102
101
## License
103
102
You can’t perform that action at this time.
0 commit comments