[New Feature] Rest API implementation to showcase the OpenDBM features
This commit is contained in:
5
rest_api/Makefile
Normal file
5
rest_api/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
dev:
|
||||
cd app && uvicorn main:app --reload
|
||||
|
||||
test:
|
||||
pytest
|
||||
Reference in New Issue
Block a user