Federated Shop
Go to file
2024-10-07 14:47:55 +02:00
fedishoop Create initial dev environ 2024-10-07 14:26:21 +02:00
.gitignore Create initial dev environ 2024-10-07 14:26:21 +02:00
docker-compose.yml Create initial dev environ 2024-10-07 14:26:21 +02:00
LICENSE Initial commit 2024-10-07 13:35:46 +02:00
package-lock.json Create initial dev environ 2024-10-07 14:26:21 +02:00
package.json Create initial dev environ 2024-10-07 14:26:21 +02:00
README.md Simpler dev env 2024-10-07 14:47:55 +02:00
shell.nix Create initial dev environ 2024-10-07 14:26:21 +02:00

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.