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 🗒️.
- 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
- Fork and clone this repository:
git clone git@github.com:jillbowen/mood-monitor-backend.git
cd mood-monitor-backend
- Be sure you have bundle dependencies installed.
- Initialize the database
rails db:create
rails db:migrate
- Optional: Seed some data if you want to see examples of how your mood check-ins will look on the frontend
rails db:seed
- Start the server
rails s
- And then head over to the Frontend Repository
Enjoy!
- Fork and clone this repository
- Create a branch
git checkout -b <branch_name>
- Make your changes
- Commit changes
git commit -m ''
- Push to the original branch
git push origin <project_name>/<location>
- Create the pull request
Or, see Github's documentation: Creating a pull request
This project uses the MIT license.