lagrange-server is the Python Backend for lagrange platform
copy .env.template to .env
update the filed to your own value.
chmod +x run-server.sh
./run-server.sh
You need to change the DOMAIN value to your ip, if you want to deploy it as a server on production
cd web
docker build -t lagrangedao/lagrange-dao-web .
docker run -p 8082:8082 lagrangedao/lagrange-dao-web
Now you can visit the site at http://127.0.0.1:8082