Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 905 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 905 Bytes

LetMeCU

Build Status Quality Gate Status Coverage Status

Frontend

Starting Server

  • cd frontend/cu
  • yarn
  • yarn add redux react-redux @reduxjs/toolkit
  • yarn add react-select
  • yarn start

Testing

  • cd frontend/cu
  • yarn test --coverage --watchAll=false

Backend

Starting Server

  • cd backend/cu
  • python manage.py runserver

Testing

  • cd backend/cu
  • coverage run --source='.' manage.py test