Skip to content

robodo2020/draft_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Service

Start the frontend server

  • cd client && npm run start

Start the backend server

  • flask --app server_python/src/app run

Test the code

test unit test

  • PYTHONPATH="${PYTHON_PATH}:./server_python/src" python -m pytest -v server_python/tests/unit

test functional test

  • PYTHONPATH="${PYTHON_PATH}:./server_python/src" python -m pytest -v server_python/tests/functional

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published