We have created an Quick Start installation which will set-up, configure and get Strapi up and running effortlessly.
::: warning NOTE
Quick start will install Strapi using a SQLite database. [SQLite](https://www.sqlite.org/index.html) is likely used more than all other database engines combined.
This quick start is written for developers who prefer an intermediate or more advanced introduction to Strapi. A more detailed version of this Quick Start page can be found at [Quick Start - Detailed](/3.x.x/installation-options/quick-start-detailed.html) in the **Installation Options** section.
(You should have already completed the steps to install Strapi and the requirements from [Installation Requirements](install-requirements.html). These steps continue after ensuring nodejs, NPM and strapi are all properly installed.)
Quick start will install Strapi using a SQLite database. ([SQLite](https://www.sqlite.org/index.html) is likely used more than all other database engines combined.)
The first user you create is the root user for your project. This user has all privileges and access rights. You will need to complete the following fields:
At this point, your project is empty. You need to create a Content Type. We will use the **Content Type Builder** plugin.
We will create two content types for our headless CMS. We will create a content type for restaurants and restaurant category.
We will create two content types. A "Restaurant" Content Type and a "Category" Content Type. The "Restaurant" Content Type will have a String Field named "Name" for the restaurant name, and a Text field (with a WYSIWYG editor) named "Description" for the restaurant description. The "Category" Content Type will have a String field named "Category for categories assigned to restaurants, and a Relation field with a Many to Many relationship.
::: warning NOTE
Content Type name is always singular. For example, restaurant not restaurants.
:::
Should be singular : restaurant
add Description of the new Content Type : Recommend Restaurants
Add New Fields - click Add New Field
Let's give it a name, click String, Name - Strapi Restaurant, click Advanced Settings Tab, check Required field, unique field
Click Continue
Click on text - type in Description
click on tab Advanced Settings - Check "Display as a WYSIWYG"