- Parsing (https://github.com/forsaken1/tripment/pull/1/files)
- API (https://github.com/forsaken1/tripment/pull/2/files)
- Interface (optional) (#3)
bundle install
bundle exec rails db:create db:migrate
Run server
bundle exec rails s
Parse the data
bundle exec rake parse:procedures
Procedures API GET /api/v1/procedures?search=<search>&page=<page>&per=<per>
bundle exec rspec