Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Shopify Backend Developer Intern - Summer 2019 Developer Intern Challenge Question

License

Notifications You must be signed in to change notification settings

choyiny/shopify-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify Marketplace Challenge

This Ruby on Rails backend API is built for Shopify's Summer 2019 Developer Intern Challenge.

Setup

Note: This project requires Ruby 2.5.1+, and PostgreSQL 9.6+.

  1. Clone this repository
$ git clone https://github.com/choyiny/shopify-marketplace
  1. Change directory and install the necessary gems into the gemset
$ cd shopify-marketplace
$ rvm gemset create marketplace
$ rvm gemset use marketplace
$ gem install bundler
$ bundle install
  1. Modify config/database.yml with your own credentials.
  2. Populate database with test data
$ rails db:setup
$ rails db:migrate
$ rails db:seed

How to run

  1. Run the rails server
$ rails s
  1. API is now available at http://localhost:3000

About

Shopify Backend Developer Intern - Summer 2019 Developer Intern Challenge Question

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published