Evershop
All-in-One open source ecommerce solution.
#ecommerce
Getting Started
- Create a folder and move to the folder
mkdir evershop cd evershop
- Run the following command to download the docker-compose.yml file
curl -sSL https://raw.githubusercontent.com/evershopcommerce/evershop/main/docker-compose.yml > docker-compose.yml
- Run the following command to start the container
docker compose up -d
- Run the following command to create a new admin user
docker exec -it evershop-app-1 npm run user:create -- --email "[email protected]" --password "evershopadmin" --name "Admin"
- Open the browser and go to the following URLs to access the Evershop
- Web site: http://localhost:3000
- Evershop Admin: http://localhost:3000/admin
- Login to the Evershop Admin using these credentials:
Email: [email protected] Password: evershopadmin