This is coiner API! an API that handles the back end of a fictional cryptocurrency trading app
To see a complete list of the endpoints go to docs
git clone https://github.com/ItzTas/coiner_api
first get the coin gecko key
export PORT={your_port}
export COIN_GECKO_KEY={your_key}
export DELETE_CODE_SECRET={your_secret}
export DB_URL={your_database_url_with_?sslmode=disable}
export DB_URL_NO_DISABLE={your_database_url_}
scripts/run_server.sh
go test ./...
If you'd like to contribute please open a pull request to the main
branch