All Projects → mukundmadhav → react-springboot-mysql

mukundmadhav / react-springboot-mysql

Licence: other
A sample app with Spring Boot (Hibernate), React and MySQL with explanation and deployment.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-springboot-mysql

Digitalocean Indicator
Manage and monitor your Droplets from you panel
Stars: ✭ 171 (+108.54%)
Mutual labels:  digitalocean
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+3173.17%)
Mutual labels:  digitalocean
python-doctl
A Python wrapper for the Digital Ocean CLI utility — doctl.
Stars: ✭ 49 (-40.24%)
Mutual labels:  digitalocean
Ddns
Personal DDNS client with Digital Ocean Networking DNS as backend.
Stars: ✭ 177 (+115.85%)
Mutual labels:  digitalocean
Action Doctl
GitHub Actions for DigitalOcean - doctl
Stars: ✭ 219 (+167.07%)
Mutual labels:  digitalocean
Doctl
The official command line interface for the DigitalOcean API.
Stars: ✭ 2,856 (+3382.93%)
Mutual labels:  digitalocean
Digitalocean Api Java
DigitalOcean API Client in Java
Stars: ✭ 162 (+97.56%)
Mutual labels:  digitalocean
DOKS
Managed Kubernetes designed for simple and cost effective container orchestration.
Stars: ✭ 80 (-2.44%)
Mutual labels:  digitalocean
Digital Ocean Dynamic Dns Updater
Digital Ocean Dynamic DNS Updater
Stars: ✭ 223 (+171.95%)
Mutual labels:  digitalocean
Hacktober-2019
Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.
Stars: ✭ 16 (-80.49%)
Mutual labels:  digitalocean
Procsd
Manage your application processes in production hassle-free like Heroku CLI with Procfile and Systemd
Stars: ✭ 181 (+120.73%)
Mutual labels:  digitalocean
Hacktoberfest
This hacktoberfest project exists to help you submit your first Pull Request and welcome you to the world of open source!
Stars: ✭ 216 (+163.41%)
Mutual labels:  digitalocean
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+1280.49%)
Mutual labels:  digitalocean
Easy Proxy
Make mass proxies easily. (DigitalOcean)
Stars: ✭ 176 (+114.63%)
Mutual labels:  digitalocean
nomad-droplets-autoscaler
DigitalOcean Droplets target plugin for HashiCorp Nomad Autoscaler
Stars: ✭ 42 (-48.78%)
Mutual labels:  digitalocean
Spaces Api
An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
Stars: ✭ 166 (+102.44%)
Mutual labels:  digitalocean
Awesome Digitalocean
A curated list of amazingly awesome DigitalOcean resources inspired by Awesome Sysadmin
Stars: ✭ 236 (+187.8%)
Mutual labels:  digitalocean
hactoberexplor
HacktoberExplor is for people who love to travel, explore and let others know about the beautiful places which they've visited, alongwith a photo and a short description about that place. Also you can add about yourself, your interests and your social media links, etc.
Stars: ✭ 16 (-80.49%)
Mutual labels:  digitalocean
do-spaces-action
📦Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.
Stars: ✭ 30 (-63.41%)
Mutual labels:  digitalocean
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+24.39%)
Mutual labels:  digitalocean

React, Spring Boot and MySQL webapp!

Hey there! This app is an example application for anyone looking for a web app linking the backend capabilities of Spring Boot (with Hibernate) to excellent frontend offered by React.

Application Home page

List of all data in our React app

If you would like to follow on the tutorial for the app you can visit the article on medium: How to build and deploy React app with Spring Boot and MySQL server.

The purpose of the webapp

The purpose of the app was to learn as to :

  1. How to build Spring Boot apps?
  2. How to build React apps?
  3. How to encapsulate the backend to the frontend?
  4. How to deploy React and Spring Boot along with MySQL DB in my server?

Installation

You'll need maven, npm and JAVA pre-installed, which most probably you'll already have. To run the application, run the following commands from the console.

$ mvn clean
$ mvn package
$ java -jar target/springboot-0.0.1-SNAPSHOT.jar

PostScript

I hope this app gives some insight on how to compile the backend and the frontend into a single executable file making deployment a breeze.

If you have any feedback or suggestion, let's connect on LinkedIn: Mukund Madhav or on my website at mukundmadhav.com

Happy coding 😃

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].