Skip to content

Veranchos/hseling-repo-judgment

 
 

Repository files navigation

judgment

This is Judgment.

Local development

Install npm dependencies:

cd hseling_web_judgment/src/web/static; npm install .; cd ../../../..

API development

You can develop your API without docker environment:

cd hseling_api_judgment/
make run

Docker containers

Build and run composed docker environment:

docker-compose build
docker-compose up

To stop your environment press C-c or:

docker-compose stop

Checking your application

Check if your API container started successfully:

curl http://localhost:5000/healthz

Now you can use curl to check RPC endpoints at localhost:5000:

curl -XPOST -H "Content-type: application/json" -d '{"id": 1, "method": "list_files", "params": []}' http://localhost:5000/rpc/

You can navigate to main web application using this link:

open http://localhost:8000/web/

License

MIT License. See LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 58.4%
  • HTML 16.5%
  • Dockerfile 13.0%
  • Shell 8.5%
  • C 1.6%
  • JavaScript 1.3%
  • Other 0.7%