fedishoop | ||
.gitignore | ||
docker-compose.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
shell.nix |
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
Follow https://fedify.dev/tutorial/microblog for further info.