Skip to content

Latest commit

 

History

History
110 lines (68 loc) · 2.42 KB

README.md

File metadata and controls

110 lines (68 loc) · 2.42 KB

Goal App

screenshot screenshot screenshot screenshot 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)

Presentation

Click on the link to see presentation

Live Version

Click on the link to see live version

Getting Started

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.

Prerequisites

  • Ruby 2.7.2
  • Rails 6.1.3.2
  • Git

Setup

  • 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

Install the needed gems:

bundle install --without production

Migrate the database:

rails db:migrate

Install webpacker

rails webpacker:install

Run tests

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

Authors

👤 Ahmet Bozacı

🤝 Contributing

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.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.