Skip to content
Merged
Changes from 2 commits
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
22 changes: 21 additions & 1 deletion V2/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Azure Functions
# time-tracker-api V2

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

## Requierements to use makefile

- Python version 3.6 or 3.7.

- Use a environment to install requirements (pyenv).

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