Giter Site home page Giter Site logo

donut999's Introduction

지하철 노선도로 볼 수 있는 수도권 도넛 맛집

🔨 Tech Stack

Project nickname : 🍩도넛 철도999🚂

Project execution period : 2022.05.16 ~ 22.05.31

Description

수도권에 도넛 프렌차이즈 가게들이 우후죽순 생겨나고 있지만, 정작 수제 도넛집은 60곳도 채 되지 않는다. 이미 기존에 맛집 사이트가 넘쳐나지만, 도넛이라는 특정 음식만의 리뷰와 랭킹을 매기는 사이트는 전무하다. 우리는 수도권인데도 불구하고 수제 도넛 가게 집의 수는 생각보다 적으며 도넛 매니아 층은 그 수가 점점 증가하고 있다는 점에 집중하였다. 도넛 철도 999에선 흔하디 흔한 프렌차이즈 도넛을 제외한 수제 도넛 맛집만의 리뷰, 평점, 랭킹 등을 볼 수 있다. 또한, 수요층의 연령대(10 ~ 20대)를 고려하여 맛집 사이트와 지하철 노선도를 접목시켜 역 근처의 맛집을 지하철 노선도의 역을 클릭하여 간편하게 알아낼 수 있다.

Step 1

cd back
npm install
cd front
npm install

Or

cd back
npm i
cd front
npm i

Step 2

cd back
.env
vi .env
DB_HOST = 127.0.0.1
DB_USER = 'your_mysql_id'
DB_PASSWORD = 'your_mysql_id'
DB_DATABASE = 'your_database_name'

Or

back 디렉토리 안에 .env 파일을 생성해 준 뒤

DB_HOST = 127.0.0.1
DB_USER = 'your_mysql_id'
DB_PASSWORD = 'your_mysql_id'
DB_DATABASE = 'your_database_name'

를 입력 후 저장해준다.

Step 3

**DB스키마 파일 위치: back/DB/DB.sql

  • 스키마 DB에 등록 해준 뒤, back/donut_list.csv 파일을 shop이라는 table에 import 해준다.

Step 4

cd front
npm run start

다른 터미널 Open

cd front
npm run start

donut999's People

Contributors

easy-young avatar bbb4756 avatar o-haa avatar steamdollar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.