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 f2016f1Copy full SHA for f2016f1
V2/README.md
@@ -1,3 +1,17 @@
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
+## How to use makefile
6
7
+Execute the next command to show makefile help:
8
9
+```shell
10
+make help
11
+```
12
13
+- To install the dependencies type the command ```make install```
14
15
+- To test the project type the command ```make test```
16
17
+- To run the local database type the command ```make start-local```
0 commit comments