RESTful APIs and crawlers for public data of the Open Courts project
- Ruby 3.3.0
- Rails 7.1
- PostgreSQL 16 (+ pgvector extension)
See other requirements for Open Courts application
git clone git://github.com/otvorenesudy/otvorenesudy-api.git
cd otvorenesudy-api
bin/setup
See installation of Open Courts application
- Fork it
- Create your feature branch
git checkout -b new-feature
- Commit your changes
git commit -am 'Add some feature'
- Push to the branch
git push origin new-feature
- Create new Pull Request