/AzureDevOpsTechTalk

Small project created to illustrate the capabilities of Azure Devops, being presented on Tech Talk

Primary LanguageTypeScriptMIT LicenseMIT

AzureDevOpsTechTalk

This project was created to ilustrate the usage of Azure DevOps and its capabilities, as such backlog management, CI, CD and artifact hosting like Nugget/NPM packages.

Installation

The todo-list app consists of two projects, the front-end created in angular and the back-end using asp.net core.

Installation - BackEnd

If you are using Visual Studio 16.4 or superior, you should have dotnet core 3.1 installed, otherwise please download the version 3.1 from microsoft official site.

Installation - FrontEnd

Angular 9 setup instructions are found in angular page.

After installing node and angular, don't forget to install npm dependencies, from inside the front-end folder run

npm install

Usage

TBD

Links

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT