Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jordanell/sew-unique


https://github.com/jordanell/sew-unique

Last synced: about 1 month ago
JSON representation

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`