aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4693faeca05f80b8811411e41007f329d1bb9ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Welcome to Timeline!

## Overview

This is the first web app of [me](https://github.com/crupest).

The back-end is written in C# and built with [ASP.NET Core](https://github.com/dotnet/aspnetcore).

The front-end is located [here](https://github.com/crupest/Timeline-FrontEnd).

The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on https://crupest.xyz .

Feel free to comment by opening an issue.

## About Development

I currently actively develop this app on [CODING](https://coding.net/) for better connection in China and better tasks management, which includes issue track and pull requests. But I regularly sync the github repo manually (as github has no mirror feature). And you can also open issue here and I'll read it.

## Build Status

| usage            | branch    | badge                                                                                        |
| ---------------- | --------- | -------------------------------------------------------------------------------------------- |
| docker container | `release` | ![Build And Upload Docker Image](https://github.com/crupest/Timeline/workflows/CD/badge.svg) |
| routine build    | `master`  | ![Routine Build And Test](https://github.com/crupest/Timeline/workflows/CI/badge.svg)        |