Skip to content

0xMimir/crypto-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Issues

codecov

Scan crypto currency repositories for open issues.

Backend

To run backend run following steps from backend directory

To run locally first setup postgres database with

docker compose up -d

Then run migrations with:

diesel setup
diesel migration run

First seed the database with:

cargo run --bin init

This should take about 1-2 hours

Then run api and cron with:

cargo run --bin api

To generate store run:

sea generate entity -o libs/store/src/migrations --model-extra-derives Serialize,Deserialize --model-extra-attributes 'serde(rename_all = "camelCase")'

To build docker image run:

docker build -t crypto-issues .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published