Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 821 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 821 Bytes

Crypto API

Technologies I Use

  • Python 3
  • FastAPI
  • PostgreSQL
  • Docker

Documentation

$ http://127.0.0.1:8001/docs

Installation

You can see the commands we use frequently in the makefile in details. (Makefile)

$ git clone project
$ cd crypto_api
$ make build
$ make up

Environments

You can create a file name .env and use the contents of .env.example as a reference.

Pre Commit

Please install a pre-commit to keep the code organized and in the same structure.

Installation ; https://pre-commit.com/#install