Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 436 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 436 Bytes

Before you can do anthing

Postgres database must exist and you must create a table named strapi

create database strapi

To be used with Autohaus project Make sure database is up and on same docker network

ENV

See .env.example file Create .envDev for dev mode Create .envProd for production

Development

npm install npm run dBuild

Restart

npm run dUp

Production

npm run pBuild

Restart

npm run pUp