/fobtales-api

Primary LanguageRubyOtherNOASSERTION

General Assembly Logo

Important Links

APIs Repo https://github.com/skylarkJ/fobtales-api/tree/master

Client Repo https://github.com/skylarkJ/fobtales-client/tree/master

Live Application - Client https://skylarkj.github.io/fobtales-client/

Live Application - Back-end - Heroku https://sleepy-hollows-32453.herokuapp.com/

Pinted both repos on GitHub https://github.com/skylarkJ

The technical part is described in the client repo

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

Reset Database without dropping

This is not a task developers should run often, but it is sometimes necessary.

locally

bin/rake db:migrate VERSION=0
bin/rake db:migrate db:seed db:examples

heroku

heroku run rake db:migrate VERSION=0
heroku run rake db:migrate db:seed db:examples
  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.