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
testuser@localhost.com as username and
Testuser1 as password
Learning goals
[x] - 🥚 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
Learning Objectives
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 testuser@localhost.com as username and Testuser1 as password
Learning goals