Actra is a goal tracking application which keeps a record of all goals scored by a team player and groups it into goal styles and competitons to easily analyse the goal scoring performance of the player. This application is best suited for goal scoring sports like football(soccer), handball
The objective of this project is build a rails application making use of groupings and to host it on Heroku.
The entire project was built with ruby-on-rails
, erb
, and sass
- Ruby
- Ruby-on-Rails (ROR)
- ERB (DSL)
- SASS
Click here for the live demo
- Ruby : you need ruby installed on your local pc
- Rails : You need
rails
gem installed guide - Postgresql
git clone https://github.com/Misori-simon/actra.git
cd actra
bundle install
yarn install
- create a database
rails db:create
- Run all migrations
rails db:migrate
- To start the server
rails server
- In your browser, visit
localhost:3000
- You can create an account with the signup profile image is required
- To start recording your goals, you need to have atleast one goal style and one competition added images also required
- To run tests, go to the root folder of the application. Run
rspec --format documentation
👤 Misori Simon
- GitHub: Misori-simon
- Twitter: @misori_simon
- LinkedIn: Misori Simon
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Gregoire Vella for his UI design