This is an application where you can group your activities and track how many hours you spend on them, you can also create activities without grouping them.
- Ruby
- Ruby on Rails
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.6 Rails: 6.1.3 Development sqlite3: '~> 1.4' Production Postgres
Clone the repository
git clone https://github.com/Rocio01/capstone-rails.git
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
To make sure the linters' checks using Github Actions work properly, you should follow the next steps:
- On your recently forked repo, enable the GitHub Actions in the Actions tab.
- Create the
feature/branch
and push. - Start working on your milestone as usual.
- Open a PR from the
feature/branch
when your work is done.
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec --format documentation
bundle exec rspec
Unit and Integration Test has been implemented using RSpec and Capybara.
👤 Rocio Martinez
- Github: @Rocio01
- Twitter: @rugiada8801
- Linkedin: zulma-rocio-martinez
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- GitHub
- Gregoire Vella for the design guide.
-This project is MIT licensed.