https://github.com/miroshni4enko/auctionmarketplace
https://github.com/miroshni4enko/auctionmarketplace
factory-bot-rails faker postgresql rails rspec ruby
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miroshni4enko/auctionmarketplace
- Owner: Miroshni4enko
- Created: 2018-05-07T11:58:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T07:57:24.000Z (about 8 years ago)
- Last Synced: 2025-07-31T02:00:01.100Z (12 months ago)
- Topics: factory-bot-rails, faker, postgresql, rails, rspec, ruby
- Language: Ruby
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auction Marketplace
REST server for auction marketplace where people (as a sellers) can
present their products for sale at auctions' lots from one side,
and from the other side - take part in the lots of other people (as a customers)to buy their products.
Server url - http://auctionmarketplace.eastus.cloudapp.azure.com
Rest Api documentation can find on /api_docs route
* Ruby version
2.4.3, gemset AuctionMarketplace (see rvm configuration)
* System dependencies
- install postgreSql
- install Reddis(Sidekiq is used for pprocessing jobs)
* Configuration
- add config for env, see example config/properties.env.example
* Database creation
use approprite env(ex. test )
- rake db:create
- rake db:migration
* Database initialization
- rake db:seed
* How to run the test suite
- rspec
* How to regenerate docs
- rake swagger:docs
* How to deploy
see DEPLOY.md