diff options
author | crupest <crupest@outlook.com> | 2020-10-27 19:23:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 19:23:08 +0800 |
commit | 56989fcfddbfa75636260fc70b8db0125588aef1 (patch) | |
tree | 52a17e0f32a8841825c4413609065041ae80b208 | |
parent | 05ccb4d8f1bbe3fb64e117136b4a89bcfb0b0b33 (diff) | |
download | timeline-56989fcfddbfa75636260fc70b8db0125588aef1.tar.gz timeline-56989fcfddbfa75636260fc70b8db0125588aef1.tar.bz2 timeline-56989fcfddbfa75636260fc70b8db0125588aef1.zip |
Update README.md.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ This is the first web app of [me](https://github.com/crupest).
-The front-end, located [here](https://github.com/crupest/Timeline/tree/master/Timeline/ClientApp), is written in [Typescript](https://www.typescriptlang.org/) and built with [React](https://reactjs.org/).
+The [front-end](https://github.com/crupest/Timeline/tree/master/FrontEnd), is written in [Typescript](https://www.typescriptlang.org/) and built with [React](https://reactjs.org/).
-The back-end is written in C# and built with [ASP.NET Core](https://github.com/dotnet/aspnetcore).
+The [back-end](https://github.com/crupest/Timeline/tree/master/BackEnd) is written in C# and built with [ASP.NET Core](https://github.com/dotnet/aspnetcore).
The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on https://crupest.xyz .
|