Creating the strapi app and set strapi-gatsby to be used as the authentication database
λ npx create-strapi-app@latest strapi
npx: installed 91 in 10.807s
Creating a new Strapi application at c:\work\learning\strapi-gatsby\strapi.
? Choose your installation type
? Choose your installation type Custom (manual settings)
? Choose your default database client
? Choose your default database client mongo
? Database name: strapi-gatsby
? Database name: strapi-gatsby
? Host: (127.0.0.1)
? Host: 127.0.0.1
? +srv connection: (false)
? +srv connection: false
? Port (It will be ignored if you enable +srv): (27017)
? Port (It will be ignored if you enable +srv): 27017
? Username: gatsby
? Username: gatsby
? Password: **********
? Password: **********
? Authentication database (Maybe "admin" or blank): strapi-gatsby
? Authentication database (Maybe "admin" or blank): strapi-gatsby
? Enable SSL connection: (y/N) N
? Enable SSL connection: No
(node:16516) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
Creating a project with custom database options.
Creating files.
Dependencies installed successfully.
Your application was created at c:\work\learning\strapi-gatsby\strapi.
Available commands in your project:
yarn develop
Start Strapi in watch mode.
yarn start
Start Strapi without watch mode.
yarn build
Build Strapi admin panel.
yarn strapi
Display all available commands.
You can start by doing:
cd c:\work\learning\strapi-gatsby\strapi
yarn develop
Starting and stopping MongoDB on Tahoe (localhost)
creating the sample BUILDING A WEBSITE WITH GATSBY AND STRAPI CMS
Creating
dbOwner
for thestrapi-gatsby
database inc:\work\learning\gatsby-strapy
Creating the strapi app and set strapi-gatsby to be used as the authentication database
Created Admin prompt