Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-boot-with-angular-crud
Build the Spring boot back-end with Restful APIs and Angular front-end as well as perform CRUD operations and implement HQL implementations.
https://github.com/himash79/spring-boot-with-angular-crud
angular bootstrap crud hibernate hql mysql rest-api spring-boot
Last synced: 7 days ago
JSON representation
Build the Spring boot back-end with Restful APIs and Angular front-end as well as perform CRUD operations and implement HQL implementations.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-with-angular-crud
- Owner: himash79
- Created: 2022-05-06T07:35:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T19:08:27.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:11:55.780Z (2 months ago)
- Topics: angular, bootstrap, crud, hibernate, hql, mysql, rest-api, spring-boot
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spring boot, MYSQL, Rest-API, Angular, CRUD
Build the Spring boot back-end with Restful APIs and Angular front-end as well as perform CRUD operations and implement HQL implementations.
## Requirements
01) Java 1.8 +
02) Maven 3.8 +
03) MYSQL
04) Angular## Project setup
01) Clone the project
https://github.com/himash79/Spring-boot-with-Angular-CRUD.git
02) Create MYSQL Database
Create database import attached query data to table.
03) Clean and build the project using maven
01) open command line (CMD) in project directory and execute 'mvn clean install' for back-end.
02) open command line (CMD) in project directory and execute 'npm install / npm i' for front-end.
04) Open project using IDEs05) Set up database configurations in application.properties file
01) spring.datasource.url = Develper database URL
02) spring.datasource.username = Developer database username
03) spring.datasource.password = Developer database password
## Execute Back-end and Front-end
Perform form operations.