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

## Overview

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

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

Its front-end (located [here](https://github.com/crupest/Timeline/tree/dev/Timeline/ClientApp)) is written in [Typescript](https://www.typescriptlang.org/) and [React](https://reactjs.org/).

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.

## Build Status

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