Welcome.

You successfully created your Strapi application.

You are looking at: ./public/index.html.

Your built-in admin panel is available at http://localhost:1337/admin/.

Create your first API

The Strapi ecosystem offers you two possibilities to create a complete RESTful API.

Via the CLI

Easily generate a complete API with controllers, models and routes using:

$ strapi generate api <apiName>

For example, you can create a car API with a name (name), year (year) and the license plate (license) with:

$ strapi generate api car name:string year:integer license:string

Via the Strapi Studio

The Strapi Studio allows you to easily build and manage your application environment thanks to a powerful User Interface.

Log into the Strapi Studio with your user account (http://studio.strapi.io) and follow the instructions to start the experience.

Resources

You'll probably also want to learn how to customize your application, set up security and configure your data sources.

For more help getting started, check out: