React Java Spring Boot full stack application for demonstration. Demo blog with functionalities such as JWT
authentication, create new users and full CRUD (Create, Retrieve, Update, Delete) operations on posts and comments, reset password by mail, back office administration for admin.
Blog is pre-populated
with demo data on application start. Create new user or login with any author full name, password is password
, administrator
username: admin
password: admin
.
- Download source code as zip, unzip archive or
git clone https://github.com/Guigol/Blog-Java-React-master.git
. - Navigate to
demo-blog-frontend
folder and runnpm install
- Navigate to
backend_javaspringblog-jwt-master
and runBlogjavaspringbjwtApplication.java
to start backend Spring Boot REST API application. - Navigate to
frontend_reactblog-master
and runnpm start
command, it will start frontend application and open main window on http://localhost:3000.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.