Skip to content

stephane-klein/medusa-hosting-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medusa hosting playground

This repository contains a environment that allows to test Medusa deployment.

This installation is based in part on https://docs.medusajs.com/deployments/server/deploying-on-digital-ocean

$ docker compose up -d --wait medusa-backend

Wait…

$ docker compose logs -f medusa-backend
...
medusa-hosting-playground-medusa-backend-1  | ✔ Indexing event emitted – 10ms
medusa-hosting-playground-medusa-backend-1  | - Creating server
medusa-hosting-playground-medusa-backend-1  | ✔ Server is ready on port: 9000 – 11ms

Inject database seed:

$ docker compose exec medusa-backend medusa seed -f data/seed.json
$ curl -X GET http://localhost:9000/store/products | jq

Start Medusa admin:

$ docker compose up -d --wait medusa-admin

Go to http://localhost:7000

Login: admin@medusa-test.com
Password: supersecret