Skip to content

abeidahmed/patient-notes

Repository files navigation

Patient notes

Getting started

  • 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 start

or, 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 note after redirect
  • Fill in the note form as desired and click on Create note

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors