Giter Club home page Giter Club logo

city_farmer's Introduction

🌿 λ„μ‹œλ†λΆ€

λ„μ‹œμ—μ„œ λ†μ΄Œ μƒν™œμ„ κΏˆκΎΈλŠ” μ‚¬λžŒλ“€μ„ μœ„ν•΄ λ†μž‘λ¬Ό κ΄€λ ¨ 정보λ₯Ό μ œκ³΅ν•©λ‹ˆλ‹€

ν™œμš© 기술 🎨

μ„œλ²„ ν”„λ‘ νŠΈμ—”λ“œ
express(4.16.1) vue(3.2.6) + vuex(4.0.0), vue-router(4.0.3)
mysql(2.18.1) typescript(4.1.5)
axios(0.24.0), request(2.88.2) sass(1.32.7)
bcryptjs(2.4.3) , xml-js(1.6.11) toast-ui/editor(2.5.4)

λ‘œμ»¬μ—μ„œ 싀행해보기

cd backend/
npm install
npm start

http://localhost:3000/

ν™œμš© 데이터 πŸ’»

λ†μ΄Œμ§„ν₯μ²­ 제곡

  1. λ†μž‘μ—…μΌμ •
  2. λ³‘μΆ©ν•΄λ°œμƒμ •λ³΄

기획 μ˜λ„ πŸ’‘

λ„μ‹œμ— μ‚΄μ§€λ§Œ μ‹œκ³¨μ— λŒ€ν•œ 왠지 λͺ¨λ₯Ό 그리움을 λŠλΌλŠ” μ‚¬λžŒμ΄ λ§ŽμŠ΅λ‹ˆλ‹€.

주말농μž₯을 톡해 그리움을 λ‹¬λž˜λ €λ‹€κ°€

μƒκ°μ²˜λŸΌ μžλΌμ£Όμ§€ μ•ŠλŠ” μž‘λ¬Όλ“€μ˜ 벽을 λ§Œλ‚˜λŠ” μ‚¬λžŒλ“€μ„ μœ„ν•΄

λ„μ‹œλ†λΆ€κ°€ νƒ„μƒν–ˆμŠ΅λ‹ˆλ‹€.

ν’ˆμ’…λ³„ μž‘λ¬Ό 정보와 μ—°κ°„ 일정을 μ œκ³΅ν•˜μ—¬

보닀 μ‰½κ²Œ λ†μž‘μ—…μ„ ν•  수 μžˆλ„λ‘ ν•©λ‹ˆλ‹€.

맀월 병좩해 λ°œμƒμ •λ³΄λ₯Ό μ—…λ°μ΄νŠΈν•˜μ—¬ λŒ€μ‘ν•  수 μžˆλ„λ‘ λ•μŠ΅λ‹ˆλ‹€.

농μž₯에 100% μ§‘μ€‘ν•˜κΈ° νž˜λ“  μ‚¬λžŒλ“€μ΄ 주말농μž₯을 μ„ νƒν•˜λŠ” 만큼

주말농μž₯의 상황을 κΈ°λ‘ν•˜κΈ° μœ„ν•œ 농μž₯일기 κΈ°λŠ₯도 μ œκ³΅ν•©λ‹ˆλ‹€.

λ°μ΄ν„°λ² μ΄μŠ€ πŸ”›

  1. users

    create table users (
    	userId int not null primary key auto_increment,
        name varchar(45) not null,
        email varchar(255) not null,
        password varchar(255) not null
    );
  2. crops

    create table crops (
    	cropId int not null primary key auto_increment,
      kidofcomdtySeCode int not null,
      catNm varchar(45) not null,
      codeNm varchar(255) not null,
      cntntsNo int not null,
      image varchar(255) default '@/assets/flower.png'
    );
  3. likeCrops

    create table likeCrops (
    	likeCropId int not null primary key auto_increment,
      userId int not null,
      cropId int not null,
      FOREIGN KEY(userId) REFERENCES users(userId),
      FOREIGN KEY(cropId) REFERENCES crops(cropId)
    );
  4. diseases

    create table diseases (
    	diseasesId int not null primary key auto_increment,
      year int not null,
      month int not null,
      category varchar(45),
      midCategory varchar(45),
      name varchar(255)
    );
  5. journals

    create table journals (
    	journalId int not null primary key auto_increment,
      title varchar(255) not null,
      author int,
      created_at TIMESTAMP DEFAULT NOW(),
      water boolean default false,
    	fertilizer boolean default false,
      content text,
      FOREIGN KEY(author) REFERENCES users(userId)
    );
  • μ’‹μ•„ν•˜λŠ” μž‘λ¬Ό 선택
  • μž‘λ¬Ό 이미지 μ—…λ‘œλ“œ
  • μ’‹μ•„ν•˜λŠ” μž‘λ¬Όμ˜ 병해좩 λ°œμƒ
  • 일기 U
  • 일기 D
  • κΈ€μ“°κΈ°(κ·ΈλŒ€λ‘œ, 사진)

city_farmer's People

Contributors

ssj24 avatar

Watchers

 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.