DAMHONGDUC / ql_tts

An example for Restful API with ReactJS (front-end) and Java (back-end).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

- Run this command in MySQL before run back-end:
create database if not exists DB_ql_tts;

- Open back-end folder in Eclipse and choos Run As -> Spring Boot App

- Test API after run back-end:
go to broswer -> paste this link http://localhost:8080/api/users

- Open front-end folder in VSC and run 2 command below in terminal:
1. npm install react-scripts --save

2. npm start

About

An example for Restful API with ReactJS (front-end) and Java (back-end).


Languages

Language:JavaScript 61.5%Language:Java 26.5%Language:HTML 7.8%Language:CSS 4.2%