Skip to content

jillbowen/mood-monitor-backend

Repository files navigation

☺️ Mood Monitor - Backend

Mood Monitor is a React app that allows mindful users to track their mood daily, or throughout the day 🗓️ .

Add a new date, and for each day add as much mood tracking as you like. Each mood check-in is time stamped, and has a Like button to keep track of check-ins you would like to pay special attention to 🗒️.

🏁 Before you begin:

  • Check your Ruby version (ruby -v this project uses ruby '2.6.1', use rbenv to get to the correct version)
  • Make sure you have the latest version of Rails installed

📈 To Use Mood Monitor

  1. Fork and clone this repository: git clone git@github.com:jillbowen/mood-monitor-backend.git
  2. cd mood-monitor-backend
  3. Be sure you have bundle dependencies installed.
  4. Initialize the database rails db:create rails db:migrate
  5. Optional: Seed some data if you want to see examples of how your mood check-ins will look on the frontend rails db:seed
  6. Start the server rails s
  7. And then head over to the Frontend Repository

Enjoy!

✍️ Contributing

  1. Fork and clone this repository
  2. Create a branch git checkout -b <branch_name>
  3. Make your changes
  4. Commit changes git commit -m ''
  5. Push to the original branch git push origin <project_name>/<location>
  6. Create the pull request

Or, see Github's documentation: Creating a pull request

📎 License

This project uses the MIT license.

About

This React app allows a user to monitor moods throughout the day so they may track trends, and practice mindfulness.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published