PARANAPARY Online shop web app with customizable herbal mixtures Technology stack Hi! 💎 Name Version Ruby 2.4.1 Ruby on Rails 5.1.2 postgresql 9.6.3 Browser support Name Version IE 10, 11 Chrome newest Firefox newest Safari 7 and greater Opera 15 and greater Prerequisites ☕ You will need the following things properly installed on your machine.. postgresql Installation 📚 Do following things if it is your initial setup cd ~/Developer/ git clone git@github.com:mpiask/paranapary.git cd paranapary bundle install create database with default seeds rake db:create && db:schema:load && rake db:seed Running / Development 👞 You want to run a project on Your local machine - let's to it! cd ~/Developer/paranapary rails s Running Tests ♦️ Specs are really important.. bundle exec rspec Deploying 🚄 How to make deploy with current changes? Access to production 🚄 How to get access production server & database Worth to read Troubleshooting 👜 Other valuable info