summaryrefslogtreecommitdiff
path: root/README.md
blob: f10c277b17b074f9a33c114295f039f1d3ad4e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# FediShoop

Federated Shop

## Development Setup
Run Redis (and Postgres) services and expose them to ports `6379` and `5432` on `localhost`:

```
$ docker compose up -d 
``` 

Run the server with deno:
```
$ cd fedishoop
$ deno task dev 
```

Go to [`localhost:8000`](http://localhost:8000)

Follow https://fedify.dev/tutorial/microblog for further info.