Skip to content

blueboy1593/Mooving

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

movie-front setting

$ npm install -g vue
$ npm i -g @vue/cli
$ npm i axios
$ npm i bootstrap bootstrap-vue
$ npm install -g webpack
$ npm i vue-session
$ npm i jwt-decode

# 필요한지 아닌지 잘 모름.
$ npm i vue-loader

movie-back setting

$ pip install django
$ pip install djangorestframework
$ pip install djangorestframework-jwt
$ pip install django-cors-headers

11/24 작업

  1. 노트북에서 node.js 설치.

  2. node.js의 path 시스템 환경 변수 편집.

  3. front-end part npm 필요한거 설치.

  4. back-end part django pip install.

  5. axios의 get method를 통해서 django restframework로 구성된 API에서 정보 요청.

  6. vue에서 API에서 제공된 정보 나타내기.

11/25 작업

  1. 노트북에서 작업한거 컴퓨터로 가져오기.

  2. Django 프로젝트에서 Movie, Review, User 모델링.

  3. Vue 에서 모델링한 것 간단하게 나타내기.

  4. StartCamp 때 배운 파이썬 Crawling 기법으로 Movie data DB에 저장.

  5. 팝콘 캐릭터 디자인.

  6. 프로젝트 네이밍 완료.

11/26 작업

  1. 회원가입, 로그인, 로그아웃 구현.
  2. About view를 MovieList, MovieListItem component로 분리 구성.
  3. FindBar component로 검색 기능 구현.
  4. Modal 사용해서 팝업식으로 뜨게끔 구현.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 48.8%
  • Python 40.2%
  • JavaScript 4.9%
  • PowerShell 2.4%
  • Batchfile 2.2%
  • HTML 1.5%