Skip to content

HadleySwello/loops-and-purls-back-end

Repository files navigation

rails-api-for-loops-and-purls:a knitting app

Dependencies

Install with bundle install.

Authentication

Verb URI Pattern Controller#Action
POST /sign-up users#signup
POST /sign-in users#signin
PATCH /change-password/:id users#changepw
DELETE /sign-out/:id users#signout
  1. Links to your client-side application, deployed client app, and deployed api. -https://github.com/Hadleyana/loops-and-purls -https://hadleyana.github.io/loops-and-purls/ -https://still-mountain-92220.herokuapp.com/
  2. An ERD
  3. A list of your API routes post '/sign-up' => 'users#signup' post '/sign-in' => 'users#signin' delete '/sign-out/:id' => 'users#signout' patch '/change-password/:id' => 'users#changepw'

resources :users, only: %i[index show] resources :patterns, except: %i[new edit] resources :examples, except: %i[new edit]

  1. Explanations of the technologies used -postgreSQL -rails -ruby
  2. Descriptions of any unsolved problems or major hurdles you had to overcome -none however my reach goals can be found in the front end reademe
  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

API for my Loops & Purls project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published