Skip to content

Aram47/cyber-bounty-backend

Repository files navigation

Your Logo

Requirements

  • NodeJS
  • GNU Make
  • Docker

Optional

  • IPFS daemon (if you need to use the server alongside with frontend part)

Documentation

There is a swagger documentation at http://localhost:1488/doc (assuming you're running the server on port 1488)

💀 Important

$ make remove_all # translates to `sudo docker system prune -a` which will erase all your systems docker containers, so be careful

Compile and run the project

$ make npm
$ make

Alternative options

$ 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 

Core Maintainers

License

This project is GPL3 licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published