Skip to content

Flutter를 이용해서 쇼핑몰 프로젝트 스터디

Notifications You must be signed in to change notification settings

bear2u/flutter-ecommerce-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

부산 Flutter 쇼핑몰 프로젝트 스터디

리딩자

  • 수지아빠 ( GDG 부산 운영자 )

목차

  • 목표
  • 예상 시간
  • 스터디 시간
  • 준비물
  • 공부할 내용
  • 체크 리스트
  • 추천 사이트
  • 서버

목표

Flutter 를 이용해서 쇼핑몰 샘플 프로젝트를 완성하는게 목표입니다.

예상 시간

핵심기능을 구성하는데 약 2달 걸릴거라 예상됩니다.

스터디 시간

매주 수요일 오후 8시 ~ 10시 또는 10시 30분

준비물

  1. Flutter SDK
  2. Android Studio 또는 VSCODE
  3. Node
  4. Docker
  5. 노트북
  6. Postman

공부할 내용

  • Flutter Basic Widget
  • Flutter Design Pattern
  • Flutter + Server 연동
  • Dart 기본 문법
  • Bloc 패턴
  • RxDart
  • Stream, Future (비동기)

체크 리스트

  • 1주차 (투두 리스트)
    • Flutter 프로젝트 생성
    • 리스트 화면
    • 추가 화면
    • 노드 서버 연동
    • 몽고 DB 연동
    • JSON Serialize
    • BLOC
    • RxDart

추천 사이트

서버안내

docker

docker-compose up --build

//start
docker-compose up

docker-compose down
docker-compose stop

API

get http://localhost:3050/api/todos/

post http://localhost:3050/api/todos/

content,title,isdone

About

Flutter를 이용해서 쇼핑몰 프로젝트 스터디

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published