0.0.5 • Published 4 years ago
strapi-auth0-accounts-service v0.0.5
Strapi Auth0 Accounts Service
Requirements
- Node.JS: v14.15.1
we recommend docker and docker-compose.
Configure app envs
Copy .env-sample and rename to .env, and then update with appropiate values
GOOGLE_CLOUD_PROJECT=<GOOGLE_CLOUD_PROJECT> AUTH0_DOMAIN=<AUTH0_DOMAIN> CLIENT_ID=<CLIENT_ID> CLIENT_SECRET=<CLIENT_SECRET> API_IDENTIFIER=<API_IDENTIFIER> CONNECTION_NAME=<CONNECTION_NAME>
Running with docker-compose
$ docker-compose upRunning in dev
$ npm run devIt will be running at localhost:3001
build for production
$ npm run buildRunning the project
$ npm startHow to run tests
$ npm test