Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 IDEs

05) 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.