You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may create new acitivities and log daily records of how much did you achieve for each activity, as well as have the daily goal and frequency by week for such activities
To run this app in your local environment you may need the following requirments:
Ruby 3.0.0
Rails 6.1.1
Bundler 2.2.5
System dependencies
mysql2 0.5
Database creation
For creating the database you may run the command in your terminal in the root of the project rails db:migrate
Database initialization
For intializing the database server you may run sudo service mysql start
Running the app
For the first time you may need to run bundle install to install all gems dependencies
For running in your local server you may run the command in your terminal rails server