https://github.com/aristotelesbr/simple_box
A simple application for sales registration.
https://github.com/aristotelesbr/simple_box
ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
A simple application for sales registration.
- Host: GitHub
- URL: https://github.com/aristotelesbr/simple_box
- Owner: aristotelesbr
- Created: 2018-03-06T19:07:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T19:26:39.000Z (over 7 years ago)
- Last Synced: 2025-03-13T23:37:19.448Z (over 1 year ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleBox
SimpleBox is a simple system for importing data from a text file.
## Versions
Ruby:
2.2.0
Rails:
'5.0.0.1'
Database:
'sqlite3'
## Installation
Assuming you already have the environment properly configured on your machine after cloning the project do:
$ cd simple_box
Install dependencies:
$ bundle install
Configuring the database:
$ rails db:create db:migrate
Run the tests:
$ bundle exec rspec
Start server:
$ rails s
## Docker instalation
builder installation:
$ docker-compose build
Database setup:
$ docker-compose run --rm web
rails db:create db:migrate
Start server:
$ docker-compose up
## License
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Done with :coffee: