- NodeJS
- GNU Make
- Docker
- IPFS daemon (if you need to use the server alongside with frontend part)
There is a swagger documentation at http://localhost:1488/doc (assuming you're running the server on port 1488)
$ make remove_all # translates to `sudo docker system prune -a` which will erase all your systems docker containers, so be careful
$ make npm
$ make
$ make start # start the containers
$ make stop # stop the containers
$ make up_background # run the server in the background
$ make down # shut down the containers
$ make hard_down # same as make down but with `-v` options which drops the volumes
$ make info # same as sudo docker system df
$ make re # WARNING make remove_all && make
This project is GPL3 licensed.