Skip to content

Commit 10cc426

Browse files
authored
docs: TT-399 Readme update how to use makefile (#354)
* docs: TT-399 Readme update how to use makefile * docs: TT-399 Readme update reqs to use makefile * docs: TT-399 Text correction
1 parent 32ee36f commit 10cc426

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

V2/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# Azure Functions
1+
# time-tracker-api V2
22

33
Refer to [Serverless docs](https://serverless.com/framework/docs/providers/azure/guide/intro/) for more information.
4+
5+
## Requirements to use makefile
6+
7+
- Python version 3.6 or 3.7.
8+
9+
- Use an environment to install requirements (pyenv).
10+
11+
## How to use makefile
12+
13+
Execute the next command to show makefile help:
14+
15+
```shell
16+
make help
17+
```
18+
19+
- To install the dependencies type the command ```make install```
20+
21+
- To test the project type the command ```make test```
22+
23+
- To run the local database type the command ```make start-local```

0 commit comments

Comments
 (0)