Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opedrosouza/lemmoney
lemmoney test web app
https://github.com/opedrosouza/lemmoney
Last synced: 2 days ago
JSON representation
lemmoney test web app
- Host: GitHub
- URL: https://github.com/opedrosouza/lemmoney
- Owner: opedrosouza
- Created: 2020-12-05T23:27:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T03:20:35.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T08:41:30.240Z (about 1 month ago)
- Language: Ruby
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CASHBACKLOVER
CashbackLover is a simple Rails 6 app that users can post offers of any products or sites.
## INSTALL INSTRUCTIONS
#### Ruby/Rails version
Ruby version: 2.6.6
Rails version: 6.0.3.4
Database: Postregsql#### Run commands
$ git clone [email protected]:opedrosouza/lemmoney.git cashbacklover
$ cd chashbacklover
$ bundle install
$ rails db:create db:migrate
$ rails s## RUN TESTS
The tests was created on top of Rspec and Capybara focused on feature tests.
Run in your console:$ rspec
## VISIT WEBAPP
You can visit and test the online version of the app that is hosted at Heroku on: https://cashbacklover.herokuapp.com/