Skip to content

dyobi/web_foodie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

header

FOODIE

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

Preview

preview


Deployment


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 : 8081

Language & IDE

Front-end Side

  • Javascript
  • React
  • Redux
  • CSS
  • VS Code

Back-end Side

  • Java
  • Spring-boot
  • IntelliJ

Database

  • Oracle
  • JPA Hibernate
  • Docker
  • SQLDeveloper

Luke Kim (@kilkim in 42 Silicon Valley)

  • A Web developer who likes trying new things.

  • Majored in mechanical Engineering.

  • Contact: dyobi.92@gmail.com