Skip to content

ultrasoundmoney/ultra-sound-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultrasound API

This API exposes data generated by the ultrasound.money project for third party integration.

Development

Set environment variables

You will have to set the DATABASE_URL environment variable to point to a postgres DB containing all the required tables / data. Currently this repo does not contain the logic to generate this data so please contact the admins to get access to a suitable dev / staging db instance.

Build

cargo build

Run

cargo run will run the api on localhost:3000. If you want to have auto reload during development install cargo install cargo-watch and then run the app with cargo watch -x run

Tests

cargo test

About

API intended for public consumption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published