$ cd api
$ poetry config virtualenvs.in-project true
$ poetry install
$ poetry run uvicorn main:app --reload
$ cd frontend
$ npm install
$ npm run serve
$ pytest .
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ cd api
$ poetry config virtualenvs.in-project true
$ poetry install
$ poetry run uvicorn main:app --reload
$ cd frontend
$ npm install
$ npm run serve
$ pytest .