The 5 Things App is designed to help users appreciate the smaller joys in life by listing down five things that make them happy every day.
These instructions will get you a copy of the project up and running on your local machine
Ensure that you have the following installed on your local machine:
- Clone the repository to your local machine
git clone https://github.com/yourusername/five-things.git
- Navigate to the project directory
cd five-things
- Install necessary gems
bundle install
- Install PostgreSQL
brew install postgresql
brew services start postgresql
- Create the database
rails db:create
- Migrate the database
rails db:migrate
- Seed the database
rails db:seed
- To run the complete test suite, execute
rspec # run all tests
rspec spec/requests/users_spec.rb # run a specific test
- Poetry Service: Fetches a random poem to display on the page.
- Precompile assets
rails assets:precompile
- Push to your deployment platform
If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Repository: Five Things App
- Developer: Emma Rünzel - emma@ruenzel.de
Enjoy Five Things, and remember to appreciate the litte things!
Made with