casher - is headless platform for making you own highly customizable e-commerce store friendly for developers and business owners
-
Clone project
git clone [email protected]:gregor-tokarev/casher-core.git
-
Services needed for casher work.
This is:
- Mino object storage
- Postgresql db
- Elastic search
- Kibana
You can setup it by your own, on different machines.
Or just run docker compose up -d
in the root of project.
Copy env file cp .local.env .env
and pass all variables
- Run migrations
npm run typeorm:run
- build project
npm run build
- Start it
npm run start:prod
PROFIT!!