This project is a requirement from Microverse for completing the Ruby on Rails Curriculum. It is a web app for keeping track of hours dedicated to software development projects for developers, with a mobile-only layout. Built with Ruby on Rails 6.
Explore the docs »
-
Report Bug
-
Request Feature
-
About • Installing • Testing • Built With • Tested With • Author
This project is a requirement from Microverse for completing Ruby on Rails Curriculum. It is a web app for keeping track of hours dedicated in software development projects for developers, with Mobile-Only layout.
To prepare the Setup, run the following commands on terminal:
$ cd <folder> (to where you want to have the app)
$ git clone https://github.com/ldelbel/group-my-projects.git
$ cd group-my-projects
$ bundle install
$ yarn install --check-files (in case you don't have yearn installed)
Then configure postgresql, adding your username and password in database.yml:
at group-my-projects/config/database.yml
default: &default
adapter: postgresql
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: *****
password: *****
Finally, create and migrate databases:
$ rake db:create
$ rake db:migrate
👤 Lucas Delbel
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!