knowledgefactory4u / springboot-mongodb-react-crud

Spring Boot + Mongo DB + React JS CRUD Example

Home Page:https://www.knowledgefactory.net/2021/09/react-js-spring-boot-mongodb-crud-web-application.html

Repository from Github https://github.comknowledgefactory4u/springboot-mongodb-react-crudRepository from Github https://github.comknowledgefactory4u/springboot-mongodb-react-crud

springboot-mongodb-react-crud

After completing this tutorial what we will build?

We will build a full-stack web application that is a basic User Management Application with CRUD features:

• Create User

• List User

• Update User

• Delete User

• View User

List User

Add User

Update User

View User

Local Setup and Run the application

Step 1: Install Mongo DB - https://www.mongodb.com/docs/manual/installation/

Step 2: Download or clone the source code from GitHub to a local machine

Backend

Step 3: mvn clean install

Step 4: mvn spring-boot:run

Frontend

Step 5: npm install

Step 6: npm start

From the browser call the endpoint http://localhost:3000/.

About

Spring Boot + Mongo DB + React JS CRUD Example

https://www.knowledgefactory.net/2021/09/react-js-spring-boot-mongodb-crud-web-application.html

License:GNU General Public License v3.0


Languages

Language:JavaScript 56.2%Language:Java 27.3%Language:HTML 10.2%Language:CSS 6.3%