pow-co / boostpow-api

**With Boost Server Your Apps Cut Straight To the Signal That Bitcoin Values** - full index of all boosted content - apps and services access the blockchain without need for a node - your miners can manage and submit their proof of work to the network - your apps can easily buy proof of work
https://pow.co/api
6 stars 8 forks source link

Added a Dev container #119

Closed GaeaKat closed 1 year ago

GaeaKat commented 1 year ago

This adds a dev-container in the new docker / vscode etc standard. This allows people to spin up a dev container in vscode, intellij or any other devcontainer capable ide, and have ready the rabbit server, postgres server etc needed to try a local copy, or run the tests, while developing.

This is not a replacement, or production use, as it uses some hard-coded passwords , and doesnt support production level dev-ops. this is purely for ease of developing with the API, so people wanting to contribute do not have to setup multiple services for it.

GaeaKat commented 1 year ago

Seems the rebase onto develop I did 'stole' a few commits, I am sorry about that.

This is a rebase of #80 onto the develop branch