https://github.com/felipeclarindo/team-track
CLI Application to manager the team developed with .Net using C#.
https://github.com/felipeclarindo/team-track
cli-application cli-development csharp dotnet dotnet-application dotnet-development dotnet-lib dotnet-library software software-development
Last synced: 25 days ago
JSON representation
CLI Application to manager the team developed with .Net using C#.
- Host: GitHub
- URL: https://github.com/felipeclarindo/team-track
- Owner: felipeclarindo
- License: agpl-3.0
- Created: 2025-03-17T22:45:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T00:35:24.000Z (about 1 year ago)
- Last Synced: 2025-06-21T04:38:33.399Z (11 months ago)
- Topics: cli-application, cli-development, csharp, dotnet, dotnet-application, dotnet-development, dotnet-lib, dotnet-library, software, software-development
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🌍 [Leia em Português](README.pt-BR.md)
# Team Track
Application to manage the team developed with `.Net` using `C#`.
## Technologies Used
- `.Net` - Create and manage dependencies of the project.
- `C#` - Language to development.
## Steps to install and run
1. Clone the Repository:
```bash
git clone https://github.com/felipeclarindo/team-track.git
```
2. Enter directory:
```bash
cd team-track
```
3. Compile the project:
```bash
dotnet build
```
4. Enter in the build repository:
```bash
cd C:\team-track\app\bin\Debug\net9.0
```
5. Run Project:
```bash
dotnet app.dll
```
## Contribution
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
## Author
**Felipe Clarindo**
- [LinkedIn](https://www.linkedin.com/in/felipeclarindo)
- [Instagram](https://www.instagram.com/lipethecoder)
- [GitHub](https://github.com/felipeclarindo)
## License
This project is licensed under the [GNU Affero License](https://www.gnu.org/licenses/agpl-3.0.html).