vscalcione / springboot-mongodb-react-ts-crud-demo

Springboot Application with MongoDB support and React TS with Material UI frontend

Home Page:https://springboot-mongodb-react-ts-crud-demo.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot-mongodb-react-ts-crud-demo

Backend

java-logo springboot-logo rest-api-logo openapi-logo postman-logo mongodb-logo swagger-logo

To compile the backend module, made with Java 8, Maven, SpringBoot, MongoDB and OpenAPI, you can run these commands:

$ cd springboot-mongodb-crud-application
$ mvn clean (to clean target directory)
$ mvn clean install -U -DSkipTests=true
$ mvn spring-boot:run

Frontend

react-logo typescript-logo material-ui-logo node-logo npm-logo

To compile the frontend module, made with React + Typescript support and Material-UI, you can run these commands:

$ cd react-ts-material-ui-crud-demo
$ npm install
$ npm run start:json-server (to run json-server with fake data because Java backend cannot deployed in some cloud platforms)
$ npm start

About

Springboot Application with MongoDB support and React TS with Material UI frontend

https://springboot-mongodb-react-ts-crud-demo.vercel.app/


Languages

Language:TypeScript 58.5%Language:Java 35.9%Language:HTML 3.3%Language:CSS 2.2%Language:Dockerfile 0.1%