WinterBoy-Galois / Real_Estate_Information-project

SpringBoot, Vue web project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real estate web services - HappyHouse

version vue spring-boot html css javascript

-project
period : 2020.06.11~2020.06.17
members : Sunsoo Lee(developer), Hyundai Kim(PM)
role : Front_End(Vue.js), Back-End(Spring Boot), MyBatis(MySQL)

Table of Contents

About The Project

image

It is a web service that provides property information using public data. The main functions are Member, QnA. Property.

Member

image

  • User information management using Vuex (Limiting the scope of provision according to user accounts in the view)
  • User information management using Axios (Store, compare, and query user information in database)
  • Responsive information messages, Email duplicate check and password matching using Watch, Computed

QnA

image

  • Notice data search, creation, deletion, etc. using axios
  • 'Question by user' function (to be added)

Property

image

  • Property data search using axios
  • Housing name-based search using axios
  • Vuex(actions -> mutations -> state) user recent view history management
  • Automatic loading of property information using infinite scrolling
  • Home location search and cluster function using google api, specific area search function using axios

image

  • Provide tag information based on housing information
  • Provide housing details
  • Providing surrounding commercial and environmental information using axios

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g
npm install vue2-google-maps
npm install @google/markerclusterer
npm i vue-infinite-loading
npm install vuex --save

Contact

Sunsoo Lee - [email] - tjstndi77@naver.com

Project Link: https://github.com/LEESUNSOO/happyhouse

About

SpringBoot, Vue web project


Languages

Language:Vue 62.8%Language:Java 34.1%Language:JavaScript 2.6%Language:HTML 0.6%