Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbi89 committed May 14, 2023
1 parent 49cb305 commit f3a0988
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Todo app
# Todo sample app
This is a sample .NETCore app that illustrates application CI/CD strategies. It provides a simple REST API to create and retrieve TODO items from a DynamoDB database.

## Requirements
- .NET 7

## Contributing guidelines
- Create a branch from the latest `main` commit
- Work on your changes and routinely commit them to the remote
- Keep your branch updated with `main`
- Cover your updates with a decent tests as pull requests that reduce coverage will not pass review.
- When ready open a pull request

0 comments on commit f3a0988

Please sign in to comment.