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

https://github.com/knowledgefactory4u/springboot-mongodb-react-crud

Spring Boot + Mongo DB + React JS CRUD Example
https://github.com/knowledgefactory4u/springboot-mongodb-react-crud

mongodb reactjs spring-boot

Last synced: 8 months ago
JSON representation

Spring Boot + Mongo DB + React JS CRUD Example

Awesome Lists containing this project

README

          

# 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/.