diff options
| author | 杨宇千 <crupest@outlook.com> | 2019-05-06 14:22:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-06 14:22:10 +0800 |
| commit | 79dc38059819cf6dbcb8533b031f9a0dba8f6cb1 (patch) | |
| tree | 37c2b6f9dcb3d6f57867ebc7538523d1a338183d /README.md | |
| parent | 1cb92b8f2a98005b793c00e0191903c0792d540a (diff) | |
| parent | a04bcb5971872e7dbc079de9337875e73f7642dc (diff) | |
| download | timeline-79dc38059819cf6dbcb8533b031f9a0dba8f6cb1.tar.gz timeline-79dc38059819cf6dbcb8533b031f9a0dba8f6cb1.tar.bz2 timeline-79dc38059819cf6dbcb8533b031f9a0dba8f6cb1.zip | |
Merge pull request #22 from crupest/user-admin
Develop user management feature.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,8 +2,12 @@ [](https://dev.azure.com/crupest-web/Timeline/_build/latest?definitionId=3&branchName=master) -This is the first web app consisting of front-end and back-end of [me](https://github.com/crupest). +This is the first web app back-end of [me](https://github.com/crupest). + +It is written in C# and built with [Asp.Net Core](https://github.com/aspnet/AspNetCore). The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on [https://crupest.xyz](https://crupest.xyz). Feel free to comment by opening an issue. + +`tools/open-code` file is a simple *bash* script that fixes the problem that *OminiSharp* in C# extension on vscode can't work using *dotnet* in Arch official package repository on Arch Linux. See [this page](https://bugs.archlinux.org/task/60903). |
