Skip to content

glassjoseph/rails_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rales Engine Project

Description

This project was an API with 25+ endpoints created from multiple CSVs using Ruby 2.3+ and PostgreSQL containing data from Etsy.

Setup

  • git clone https://github.com/glassjoseph/rails_engine.git
  • cd rails_engine
  • remember to bundle!
  • rake db:create db:migrate to create the PostgreSQL database with proper migrations.
  • rake data_import:csv_load to seed all data.

Testing

Run 'rspec' in your terminal to execute entire test suite.

Running the Server

In the rales_engine directory run rails s to boot up the server locally. visit http://localhost:3000/ + your chosen API endpoint. (TODO: Document all API endpoints)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published