The backend app for simanno resides in this repo. For full documentation please visit https://github.com/faisalthaheem/simanno
To build and test with a docker container, use the following command
sh build-image.sh
docker run --rm -it faisalthaheem/simanno-be:dev
Please note the above command requires mapped volumes which are not covered here. Kindly refer to the main repo for details.