”사회적 상호작용 장애 치료”를 위한 표정 연습 애플리케이션
- Install python 3.7+ and FastAPI
- Clone this repository.
git clone https://github.com/Vici-gsc/Smiler-Server.git
- Run FastAPI Server
python3 -m uvicorn main:app --reload
We wrote test code to verify that it works well against the server API. Here's how to run the test code.
- Run FastAPI Server
- Open another terminal and move to tests/ directory
- Install required python package using requirements.txt
- Run test_main.py
pytest test_main.py