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
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/springboot-mongodb-react-crud
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-06-12T11:13:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T11:38:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T17:46:32.179Z (9 months ago)
- Topics: mongodb, reactjs, spring-boot
- Language: JavaScript
- Homepage: https://www.knowledgefactory.net/2021/09/react-js-spring-boot-mongodb-crud-web-application.html
- Size: 34.2 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/.