Samples

While Symphony project has some ambitious goals, the initial set of deliverables is quite modest: create a collection of full stack samples where Strapi app is as the backend, connected with many frontends (one for each front end framework Strapi customers care about). The backend side is just a minimal skeleton, sufficient support the Identity Management feature we plan to illustrate.

Here is a placeholder for the real list of samples (taken from https://github.com/strapi/strapi-examples)

  • Hello World - Basic app to say hello to everyone
    routes controllers i18n
  • Cheesecakes - e-commerce application
    routes controllers models services relations auth
  • Gatsby Strapi Tutorial - Source code of the tutorial "Building a static blog using Gatsby and Strapi".
    gatsby static website content API
  • React Authentication Flow - Basic React App that implements the authentication flow
    auth react
  • Jekyll Strapi Tutorial - Source code of the tutorial "Building a static blog using Jekyll and Strapi".
    jekyll static website content API
  • Create-React-App - Basic React App Boilerplate that has the authentication with local and custom providers.
    auth react
  • React-Apollo - Basic React App Boilerplate that use the GraphQL API when the GraphQL plugin is installed in your project.
    auth react graphql
  • GraphQL Upload with React-Apollo - React App that use the GraphQL upload mutation when the GraphQL plugin is installed in your project.
    auth react graphql
  • Nuxt Strapi Tutorial - Source code of the tutorial "🍝 Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe".
    Nuxt GraphQL Stripe Vue
  • Nextjs Strapi Tutorial - Source code of the tutorial "🍝 Cooking a Deliveroo clone with Next.js (React.js), GraphQL, Strapi and Stripe".
    Next.js GraphQL Stripe React