Skip to content

Lenonkoech/CRUDapp

Repository files navigation

Simple CRUD app developed with react frontend and springboot backend

Backend Requirements

  • install Java JVM

run java -version to check

  • install Spring

runspring -version to check

  • install maven

run mvn -version to check

  • install mysql and mysql-client

mysql

Frontend requirements

  1. install npm package using npm install download
    • npm add axios --save
    • npm install bootstrap --save
    • npm install react-router-dom --save

To create project database run mysql Server command
create database employee_management_system

Make sure mysql server is running by executing on linux
sudo service mysql status else if not run
sudo service mysql start

Open the application.yml file in src/main/java/Resources

Edit it to your mysql server username and password

Run the springboot app executing mvn spring-boot:run under /CRUDApp directory
Run the React app frontend by executing npm start under /ReactFrontEnd/frontend directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published