Goal App is a web application with responsive behavior for mobile usage built with Ruby on Rails
You can find the full requirements here. Exploring this project you can find these options (sign-up, sign-in, all my goals, all my external goals, all groups and log out)
Click on the link to see presentation
Click on the link to see live version
This project was built using Ruby and Rails version 6, it is a web application and for running on your local environment you should follow these guidelines.
- Ruby 2.7.2
- Rails 6.1.3.2
- Git
- Clone the project using this command.
Using SSH
git clone https://github.com/ahmetbozaci/goal-app.git
Using HTTPS
git clone git@github.com:ahmetbozaci/goal-app.git
- Change to the parent directory of the project using
cd /home/workspace/Project-name
Install the needed gems:
bundle install --without production
Migrate the database:
rails db:migrate
Install webpacker
rails webpacker:install
Run the test suite to verify that everything is working correctly:
bundle exec rspec
If the test suite passes, you'll be ready to run the app in a local server:
rails server
👤 Ahmet Bozacı
- Github:@ahmtbozaci
- Twitter:@ahmtbozaci
- LinkedIn:@ahmtbozaci
This project was created for educational purposes as part of the Microverse web development curriculum; contributing is not accepted.
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.