Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordanell/sew-unique
https://github.com/jordanell/sew-unique
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jordanell/sew-unique
- Owner: jordanell
- Created: 2015-05-11T04:20:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T23:54:43.000Z (almost 9 years ago)
- Last Synced: 2023-03-12T07:27:44.764Z (almost 2 years ago)
- Language: Ruby
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sew Unique
This is a simple landing page website for Sew Unique.
This site provides basic functionality for viewing photo galleries and
getting in touch with the companies owner.## Status
[![Circle CI](https://circleci.com/gh/jordanell/sew-unique/tree/master.svg?style=svg)](https://circleci.com/gh/jordanell/sew-unique/tree/master)
## Setup
To run this project simply follow these steps:
1. Clone the repository
2. Run `bundle install`
3. Run `bundle exec rake db:migrate`
4. Run `rails s`The code runs on the native rails port `3000`.
## Testing
To run the test:
`bundle exec rspec spec`