- Clone the repo
git clone https://github.com/abeidahmed/patient-notes.git- Install the dependencies
bundle install && yarn- Setup your database and seed some data
rails db:setup- Start the server
foreman startor, run these in separate terminals
rails s./bin/webpack-dev-server- Visit
localhost:3000/patients - Click on the patient's name and click on
Add a new noteafter redirect - Fill in the note form as desired and click on
Create note