Case Report API is a Ruby on Rails application designed for [provide a brief description or purpose].
- Ruby (version 2.6.3)
- Rails (version 6.0.2)
- SQLite3
-
Clone the repository:
git clone [email protected]:mskilab-org/case-report-api.git
-
Install dependencies:
bundle install
-
Set up the database:
rails db:migrate
Start the Rails server:
rails server