Rxeactions is a digital journal that allows users to privately track medications they’ve been prescribed as well as side effects, thoughts, and feelings associated with those medications.
Fork the rxeactions repo and clone it down to your computer. In the terminal, cd
to the rxeactions root folder. Run bundle install
to load the required Ruby gems and dependencies. Then type in rake db:migrate
to create a new database from the migration tables stored under db/migrate
. Type rake db:seed
if you'd like to pre-populate the app with seed data. Look in db/seeds/1-users.rb
for login information to explore a pre-populated account.
To deploy the Rxeactions web app locally, type shotgun
into your terminal and open your browser to localhost:9393
. From there, you'll be able to navigate and interact with the app as if it were live. Don't forget to return to your terminal and type Ctrl + C
to stop your session when you're done!
- Ruby - The programming language used
- Sinatra and ActiveRecord - The Ruby frameworks used
- SQLite - The database management system used
- Bootstrap 4, FontAwesome, and GoogleFonts - The styling tools used
- And don't forget good old HTML5 and CSS3! <3
Issues and pull requests are welcome at https://github.com/meg-gutshall/rxeactions. This project as well as all other content on my GitHub are intended to be safe, welcoming, and open for collaboration. Users are expected to adhere to the Contributor Covenant code of conduct and those that do not will be reported and blocked. I got no time for that nonsense.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Flatiron School for making my ass do this project in the first place
- Dr. Gruenberg for getting me on the right medications and helping me get my life back in order
- My parents for giving me the means to see Dr. Gruenberg as a patient and being supportive in my recovery