https://github.com/davydovanton/igoods-service-template
Igoods service template
https://github.com/davydovanton/igoods-service-template
Last synced: 11 days ago
JSON representation
Igoods service template
- Host: GitHub
- URL: https://github.com/davydovanton/igoods-service-template
- Owner: davydovanton
- Created: 2020-07-27T22:03:13.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-18T22:58:38.000Z (over 2 years ago)
- Last Synced: 2025-04-17T18:16:26.808Z (2 months ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Igoods service template
## How to setup application
```
$ bundle install
$ createdb outpayment_test
$ createdb outpayment_development
```## DB rake commands
```
# creates a new migration file
$ bundle exec rake "db:create_migration[migration_name]"# runs pending migrations
$ bundle exec rake db:migrate# cleans the database
$ bundle exec rake db:clean# drops tables and re-runs migrations
$ bundle exec rake db:reset
```## Service commands
```
$ bin/service -h
```