Skip to content

Ivan091/spring-MVC-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ivan-Karnasevich

My db schema

Requirements

  • JDK 11
  • Apache Maven
  • npm

Build back:

mvn clean install

Run back:

java -jar rest-api/target/app-rest-1.0-SNAPSHOT.jar

Back server will be available by:

http://localhost:8080/

Build front:

cd react-front/
npm install
npm run build

Run front:

npx serve -s build

Front server will be available by:

http://localhost:5000/

To view available rest endpoint run the back and access the following URL:

http://localhost:8080/swagger-ui/

About

Spring MVC CRUD example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published