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_apifirst 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.shgo test ./...If you'd like to contribute please open a pull request to the main branch