We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ee36f commit 10cc426Copy full SHA for 10cc426
V2/README.md
@@ -1,3 +1,23 @@
1
-# Azure Functions
+# time-tracker-api V2
2
3
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