Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/8parth/deals-demo-app
https://github.com/8parth/deals-demo-app
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/8parth/deals-demo-app
- Owner: 8parth
- Created: 2018-04-03T04:20:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T12:48:17.000Z (about 6 years ago)
- Last Synced: 2024-07-16T06:52:14.768Z (4 months ago)
- Language: JavaScript
- Size: 537 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage Instructions
- Clone the repo.
- Execute `bundle install` to install dependencies and gems.
- Run `bundle exec rails db:create` to setup database.
- Run `bundle exec rails db:migrate` to run migrations.
- Run `bundle exec puma -p ${PORT:-3000} -e ${RACK_ENV:-development}`.
- Alternatively, after cloning the repo you can run `bin/setup` to install dependencies.# Development Instructions
After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
- Rails Version 5.1.5
- Ruby Version 2.4.1
- PostgreSQL 9.5.10