Code Monkey home page Code Monkey logo

swpp2020-team11's Introduction

swpp2020-team11

Build Status Quality Gate Status Coverage Status

environments

  • Yarn 1.17.3 or above
  • Python 3.8.5
  • pip3 20.1.1

Frontend

run

at root repositiory, type the following commands

cd frontend
yarn install
yarn start

test

at root repository, type the following commands

cd frontend
yarn install
yarn test --coverage --watchAll=false

Backend

dev run

at root repository, type the following commands

cd backend
python3 manage.py migrate
python3 manage.py runserver

prod run

at root repository, type the following commands

cd backend
export AWS_SECRET_KEY=<secret_key>
export AWS_SECRET_ACCESS_KEY=<secret_access_key>
export SETTINGS=prod
python3 manage.py migrate
python3 manage.py runserver

test

at root repository, type the following commands

cd backend
coverage run --source='.' manage.py test && coverage report
# statement coverage
coverage run --branch --source='.' manage.py test && coverage report
# branch coverage

swpp2020-team11's People

Contributors

lemarais avatar shapespeare avatar fjqlddb06 avatar junepaykim avatar hy00nc avatar

Watchers

Byung-Gon Chun avatar James Cloos avatar Alchan Kim avatar Won Wook SONG avatar Jangho Seo avatar Donghyun Kim avatar Yunmo Koo avatar

Forkers

lemarais

swpp2020-team11's Issues

csrf token issue

처음 페이지에 들어왔을 때 csrf token을 얻을 페이지가 없는 것에 대한 문제

[CI] Could Not merge two coverage file

we add coveralls featurs to our repository. but frontend and backend scripts run indenpendently. so we have two coverage state. we want to merge them

bug report

안녕하세요, 일단 csrf 문제 해결 못하셔서 마음이 아픕니다...ㅜㅜ 빠른 시일 내에 해결하실 수 있길 바랍니다!

image
input 칸이 오른쪽으로 밀려있는데 가운데 정렬하시면 더 보기 이쁠 것 같습니다.

버그는 아닌데요

버그는 아닌데요 로그인 창이 좀 거대해서 가운데에만 있는 형태로 작아지면 더 좋을 것 같아요!

스크린샷 2020-12-10 오후 7 17 10

bug report

실제 서비스 부분도 기대하고 있겠습니다!

image

image

UI에서 브라우저 폭을 고려하면 더 예쁠 것 같습니다~!!

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.