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
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 |
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
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].