Giter Club home page Giter Club logo

headless-cms's Introduction

headless cms

Getting Started

How to study the code in this repo

Installing node
You will need [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) and [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) on your computer to study this material
You will also need [Postman](https://www.postman.com), please install it on your local machine.
All strapi installations will use [email protected] as username and Testuser1 as password

Learning goals

  • ๐Ÿฅš Understanding what a content management system is, and why people use it
  • ๐Ÿฅš Given an existing CMS installation fill in and publish a new piece of content
  • ๐Ÿฅš Perform a simple http call via postman to retrieve a piece of information.
  • ๐Ÿฃ Extend and adapt an existing CMS configuration
  • ๐Ÿฃ Perform a http call with filtering via Postman
  • ๐Ÿฃ Perform a http call with "include" via Postman
  • ๐Ÿฃ Perform a http POST call to create new data
  • ๐Ÿฃ Perform a http PUT call to update existing data
  • ๐Ÿฃ Configuring endpoint permissions (Authentication vs Authorization)
  • ๐Ÿฅ Design a data model from scratch based on user requirements

Materials

Suggested study

Reference Material during exercises

Chapter 1 - Introduction

In this first chapter we are going to take a look at what a Content Management System is and why a company might want to use it.

Chapter 2 - HTTP Calls

In this chapter we are going to take a look at how to set up endpoints and retrieve the data we are interested in. Starting from basic examples we will slowly work our way into more and more difficult scenarios using Postman.

Chapter 3 - Data Model Design

In this chapter we will put ourselves in the role of analyst and set out to design the data model required to fulfill the client's needs.

Chapter 4 - Authentication vs Authorization

In this chapter we will take a look at the difference between Authentication and Authorization. We will see how you can secure your endpoints by using role based user accounts.

Deliverables

Throughout this module you will choose one of the cases you analysed during Chapter 3 and design and implement the model in Strapi.

Using strapi-template-repo,You will build a minimal frontend application that connects to your CMS and that uses proper authentication to access certain routes.

This is a group project.

  • Fork the the template repo to Lab organization.

  • When connecting to strapi, one person from the team has to create the admin name and password and share it with the rest of the team.

Checkout this link on how to get started with with strapi

  • README repository
  • live README](https://github.com/_)
  • I have practiced:
    • pulling and pushing
    • formatting my code: npm run format
    • checking my spelling: npm run spell-check
    • linting my code: npm run lint:ls and npm run lint:md

headless-cms's People

Contributors

gelilaa avatar jbelien avatar yoshimalaise avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.