Admin panel fro CRUD, Spring Boot & React
- Import and update maven project
- If you want default admin(username - "admin", password: "admin") uncomment code in DbInit run method
- Start application
- Go to http://localhost:8080
- From there you can login & logout, create, read, update or delete articles
Note - if you create default admin, comment code in DbInit run method or you will have two admins with same username
Note - all React code (Components) is in resources/static/script.babel