A responsive Single Page Application(SPA) using React, Spring-boot
Responsive Web Application for booking foods before going to a restaurant
A web brunch project of bootcamp named
KGITBANK
Hello guys, Do you want to try this project yourself on your computer? Follow the few instructions below!
[1] Clone repository
The first step is cloning git repository from GitHub using git clone command.
git clone https://github.com/dyobi/WEBPJT_FOODIE.git && cd WEBPJT_FOODIE[2] Check versions
JDK(1.8) / NODE(Latest) / NPM(Latest)[3] Client server
Before you run this project, you have to install all the libraries using npm for front side.
cd client && npm install[4] API server
Before you run this project, you have to import api folder to your IDE (IntelliJ or Eclipse) and then configure your DB info at /api/src/main/resources/application.properties.
[5] Initialize project
You can run front side rendering using npm start in client folder. Back-end can be run by your IDE. Don't forget to run your DB as well.
[cd client && npm start] / [run api server] / [run database]Front-end default port : 3000 / Back-end default port : 8081Front-end Side
- Javascript
- React
- Redux
- CSS
VS Code
Back-end Side
- Java
- Spring-boot
IntelliJ
Database
- Oracle
- JPA Hibernate
DockerSQLDeveloper
-
A Web developer who likes trying new things.
-
Majored in mechanical Engineering.
-
Contact: dyobi.92@gmail.com
