Posts

Showing posts with the label Angular

Kotlin Spring Boot Full Stack Mini Projects With Source Code - Free Download

Image
1. Kotlin + Spring Boot + Angular + MongoDB: User Management System Free Download User Interface: Complete Source Code Free  -   Click here Local Setup: Step 1 : Download or clone the source code to a local machine. Spring Boot - Backend Project Setup Step 2 :  mvn clean install Step 3 : Run the Spring Boot application mvn spring-boot:run Angular 10 - Frontend Project Setup Step 4:  The npm install installs all modules that are listed on package.json file and their dependencies npm install Step 5:  Run the Frontend application ng serve Complete Source Code Free  -  Click here 2. Kotlin + Spring Boot + Vue + MongoDB: User Management System Free Download User Interface: Complete Source Code Free  -   Click here Local Setup: Step 1 : Download or clone the source code to a local machine. Spring Boot - Backend Project Setup Step 2 :  mvn clean install Step 3 : Run the Spring Boot application mvn spring-boot:run Vue JS - Frontend Project Setup Step 4:  The npm install installs all modules th

Spring Boot Full Stack Mini Projects With Source Code - Free Download

Image
1. Spring Boot + Angular + MongoDB: User Management System Free Download User Interface -Add User: -Retrieve all Users: -User by ID: -Update User: Complete Source Code Free  -   Click here Local Setup: Step 1 : Download or clone the source code to a local machine. Spring Boot - Backend Project Setup Step 2 : mvn clean install Step 3 : Run the Spring Boot application mvn spring-boot:run Angular 10 - Frontend Project Setup Step 4:  The npm install installs all modules that are listed on package.json file and their dependencies npm install Step 5:  Run the Frontend application ng serve Complete Source Code Free  -  Click here 2. Spring Boot + Vue + MongoDB: User Management System Free Download User Interface -Add User: -Retrieve all Users: -Update User: Complete Source Code Free  -   Click here Local Setup: Step 1 : Download or clone the source code to a local machine. Spring Boot - Backend Project Setup Step 2 :  mvn clean install Step 3 : Run the Spring Boot application mvn spring-boot:

PHP + Angular + MySQL CRUD Example

Image
In this section, we  will learn how to develop a full-stack web application that is a basic User Management Application using PHP, Angular 10 and MySQL. GitHub repository link is provided at the end of this tutorial. You can download the source code. After completing this tutorial what we will build? We will build a full-stack web application that is a basic User Management Application with CRUD features: •  Create User  • List User  • Update User  • Delete User User Interface -Add User: -Retrieve all Users: -Find User by ID: -Update User: We divided this tutorial into two parts. PART 1 - Rest APIs Development using PHP and MySQL  PART 2 - UI development using Angular PART 1 - Rest APIs Development using PHP Final Project Directory Setting Up Database Create Database " user_db " and create table " user ". -- -- Database: `user_db` -- -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `id`