Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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: JPA

2. 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
```