DEV Community

Discussion on: Build a blog with Next (React.js), Strapi and Apollo

Collapse
 
ch3ckmat3 profile image
Sohail Iqbal

The command "yarn create strapi-app backend --quickstart" which creates the Strapi project, the option "--quickstart" will opt for SQLite database by default. If this switch is not mentioned, the setup asks for database type and credentials.