An open API service indexing awesome lists of open source software.

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#.

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).