Skip to content

GlennStreetman/autoStrapi

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published