Logo
flag

Laravel and Angular. Creation of a CRM system

Logo

Please rate the course

0.0
Language:
Russian
Duration:
48:00:48
Number of lessons:
106
Release date:
22/06/2021
Rating:
0.0

Course short description

Master two popular frameworks at once and gain a comprehensive Full-Stack development experience. Opportunity to gainexperienceFull-Stak developer: including full mastery of Front-End and Back-End development. In one course, study the stack of the two most popular backend and frontend frameworks and all the hidden “mechanics” of their interaction. The course covers the latest (at the time of release) versions of the frameworks: Laravel and Angular.


Course sections

< p>Part 1. Back-End project on the Laravel frameworkThe first part of the course will lay the foundation for the entire project, namely the mechanism for saving and editing data on the server side.< br>All functionality will be built on the basis of the Laravel framework and it will be a ready-made REST API for processing requests, preparing data and generating specialized responses.

A separate web application will be written - an admin panel, which will allow you to edit roles, privileges and the users themselves .

The structure of the Back-End application will be built on a modular basis. All functionality will be divided into separate modules, each of which will perform a specific task throughout the system as a whole.

A module is an almost independent unit, the structure of which will define all the necessary components - controllers, models, request validation classes, migrations and other.

Much attention is paid to user authorization and building a system of roles and privileges - this is very important, because several different users will work in the project.


Part 2. Front-End project using the Angular framework

In the second part of the course, a client application will be created using the Angular framework, which will communicate with the server application via the REST API.

The client application will be responsible for visually displaying data and displaying special forms on adding information and sending the received data to the Back-End application.

In the first lessons of the second part, a framework will be created - the main component that will act as a layout and contain the output of the main content: navigation, header and content.< br>A user authorization system and mechanisms for transmitting information that the user is authorized in requests to the server will be built. We will look at two methods of user authorization: default (default) and custom (written manually).

Write your comment

Logo