- This app is for having a record of all physical activities you practice
- The app lets you signup with a username and password for security
- You can create Activities and group them (or not)
- You can create groups for grouping all your activities
Try it, share it with your family and compete against each other!
- Extra feature added: Users scoreboard
- Ruby 3.0.
- Rails 6.1.3
Visit the Group my activities webapp to test my app
- Ruby 3.0.
- Rails 6.1.3
- Postgres: >=9.5
- Node.js
- Yarn
- Open your terminal - Windows:
Win + R
, then typecmd
| Mac:Command + space
, then typeTerminal
- Navigate to a directory of your choosing using the
cd
command - Run this command in your OS terminal:
git clone [email protected]:MiguelArgentina/ror-capstone-group-our-transactions.git
to get a copy of the project. - Navigate to the project's directory using the
cd
command - For development usage, please checkout to the navigation branch using this command:
git checkout navigation
- Install gems with:
bundle install
- Install rspec gem for testing purposes with:
rails g rspec:install
- Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
Run bundle exec rspec -f d
from the command line to run all tests. The optional parameters will provide detailed information for each one
- GitHub: @MiguelArgentina
- twitter - https://twitter.com/Qete_arg
- Design based on this project by Gregoire Vella
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.