Skip to content

Commit 52daba1

Browse files
committed
doc: requirements
1 parent b0fa7a0 commit 52daba1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ This is a [Redis](https://redis.io/) starter template for Go:
33
- [Redis Cloud](https://redis.io/try-free/)
44
- [Echo](https://echo.labstack.com/)
55

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+
613
## Getting started
714

815
Copy and edit the `.env` file:
@@ -37,6 +44,14 @@ You should have a server running on `http://localhost:<port>` where the port is
3744

3845
## Running tests
3946

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+
4055
## Running locally outside docker
4156

4257
To run the development server outside of docker:

0 commit comments

Comments
 (0)