Skip to content

ItzTas/coiner_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coiner API

This is coiner API! an API that handles the back end of a fictional cryptocurrency trading app

Endpoints

To see a complete list of the endpoints go to docs

🤝 Contributing

Clone the repo

git clone https://github.com/ItzTas/coiner_api

Set the enviroment variables

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_}

Build and run the project

scripts/run_server.sh

Run the tests

go test ./...

Make a pull request

If you'd like to contribute please open a pull request to the main branch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published