File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ This is a [Redis](https://redis.io/) starter template for Go:
3
3
- [ Redis Cloud] ( https://redis.io/try-free/ )
4
4
- [ Echo] ( https://echo.labstack.com/ )
5
5
6
+ ## Requirements
7
+
8
+ - [ make] ( https://www.make.com/en )
9
+ - [ python>=3.9] ( https://www.python.org/ )
10
+ - [ docker] ( https://www.docker.com/ )
11
+ - Optional
12
+
6
13
## Getting started
7
14
8
15
Copy and edit the ` .env ` file:
@@ -37,6 +44,14 @@ You should have a server running on `http://localhost:<port>` where the port is
37
44
38
45
## Running tests
39
46
47
+ There are some tests in the ` __tests__ ` folder that can be run with the following command:
48
+
49
+ ``` bash
50
+ make test
51
+ ```
52
+
53
+ These tests setup and teardown on their own. You can modify them if you want to leave data in Redis.
54
+
40
55
## Running locally outside docker
41
56
42
57
To run the development server outside of docker:
You can’t perform that action at this time.
0 commit comments