Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: TT-399 Readme update how to use makefile
  • Loading branch information
gcobena-dev authored Nov 18, 2021
commit f2016f16a14898c8276ee2600dd59817d9b230f3
16 changes: 15 additions & 1 deletion V2/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Azure Functions
# time-tracker-api V2

Refer to [Serverless docs](https://serverless.com/framework/docs/providers/azure/guide/intro/) for more information.

## How to use makefile

Execute the next command to show makefile help:

```shell
make help
```

- To install the dependencies type the command ```make install```

- To test the project type the command ```make test```

- To run the local database type the command ```make start-local```