Compose-Examples/examples/evershop
L4RM4ND e9d732ee2a add evershop 2023-11-07 10:28:43 +01:00
..
README.md add evershop 2023-11-07 10:28:43 +01:00
docker-compose.yml add evershop 2023-11-07 10:28:43 +01:00

README.md

References

Notes

After spawning up the docker containers, the webshop will be available on http://127.0.0.1:3000.

You can access the admin dashboard at /admin. You must create a new admin user by Docker exec as follows:

# exec into the evershop container
docker exec -it evershop sh

# creating a new admin user
npm run user:create -- --email "myemail@example.com" --password "MySuperSecurePassword" --name "MyName"