Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sufiyan33/angular-spring-boot-mysql-crud-operation
CRUD operation with Angular, Spring boot & MySQL. Trying to create a full stack application where frontend would be in Angular and backend in Spring Boot.
https://github.com/sufiyan33/angular-spring-boot-mysql-crud-operation
angular angular-cli angular18 crud crud-application crud-operation fullstack-development mysql spring-boot
Last synced: 9 days ago
JSON representation
CRUD operation with Angular, Spring boot & MySQL. Trying to create a full stack application where frontend would be in Angular and backend in Spring Boot.
- Host: GitHub
- URL: https://github.com/sufiyan33/angular-spring-boot-mysql-crud-operation
- Owner: Sufiyan33
- Created: 2024-11-15T06:04:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T07:00:22.000Z (2 months ago)
- Last Synced: 2024-11-15T07:22:51.909Z (2 months ago)
- Topics: angular, angular-cli, angular18, crud, crud-application, crud-operation, fullstack-development, mysql, spring-boot
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Spring Boot MySQL CRUD-Operation
This is a new series of CRUD operation with Java Full stack development. Here, I am using Spring boot and Angular.
If you are a beginner or new in Angular then definately, you should see this.- There are two services:
- Backend service
- Fronted service
1. Backend Service:
- Language: Java
- Framework: Spring Boot
- Database: MySQL
- Repository: JPA2. Fronend Service:
- Angular# How to get started
- clone this repository.
```bash
git clone https://github.com/Sufiyan33/Angular-Spring-Boot-MySQL-CRUD-Operation.git
```
- run:
```bash
npm i install
- It will download all required dependencies.
- But before running angular application, first run backend application whihc will run on ```htpp://localhost:9000```
- All endpoints are in backend application.
- Run angular application on any port :
```bash
4200# Don't forget to follow me:
```bash
https://github.com/Sufiyan33
```