2022-12-18.3.27.25.mov
https://linklinkchon.netlify.app/
yarn installfyarn start
cd backendpip install -r requirements.txtpython manage.py runserver
Used Enzyme for frontend testing
yarn testf
Used Eslint with eslint-config-airbnb
eslint srcoryarn lintf
Used Pytest and Coverage
cd backendcoverage run --branch --source='./linklink' manage.py test linklink/tests
Or type:
yarn testb
Used Pylint
cd backendpylint --rcfile=pylintrc **/*.py
Or type:
yarn lintb
- python == 3.8
- Django == 4.1
cd backendpython manage.py loaddata */fixtures/*.json
Or simply type:
yarn loaddb