Do you want to create a small web application with dynamic stuff? For articles and blogging, you can use WordPress. And for other things, such as a simple job offers platform or mobile app dynamic content? Today, we’ll learn how to do that in minutes with Strapi. 🤯
What is Strapi? It’s a headless content management framework, saving developers weeks of API development 😉 It comes with an impressive set of features (including an admin panel, powerful CLI, fast & secure) and useful plugins.
“Headless”?! It means that it connects to the frontend framework of your choice, as well as mobile apps and even IoT (Internet-of-Things), through a powerful API.
The goal of this tutorial is to create a small job offers platform, with a simple Angular frontend and an admin panel. All this in a few minutes. Exciting, no? Let’s do that! ✈️
For this tutorial, you need to have:
• Yarn and Node.js installed on your computer ;
• good understanding of Javascript, HTML, and CSS ;
• basic understanding of the Angular framework.
Note:
Projects source codes are available on GitHub:
_Backend (Strapi): http://bit.ly/tutorial-strapi-angular-api
_Frontend (Angular): http://bit.ly/tutorial-strapi-angular-front
#angular #web-development #strapi #programming #javascript