ITU-BDSA2024-GROUP17 / Chirp

Twitter Clone made from ITU course BDSA
MIT License
0 stars 0 forks source link

Chirp

Twitter Clone made from ITU course BDSA

Usage

Deployment

Chirp can be ran directly from the terminal.

dotnet example-file.dll

Or by being deployed to a cloud service provider. A example for an Azure pipeline can be seen in this repo.

Environment variables

Environment variable Description
GHUB_CLIENT_ID Id of the GitHub OAuth application
GHUB_CLIENT_SECRET Secret of the GitHub OAuth application

Contribute to the project

Branches

Naming convention

Feature Branches

if the branch is a feature branch, use the following naming convention: feature/<issueID>/<issue-title>

Posting Issues

Issue Description template

# Description

# Requirement Description

# Acceptence criteria
- [ ] item
- [ ] item
# Resources
- [Link to resource](https://google.com)
- [Link to requirement session notes - iff a requirement issue](URL)