BryanHouston / tiy-week-8-lab-backend

API server with Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Abilities

  • Ability to Create a User (email/name/secure-password) which sets a secure random key when created.
  • Ability to Create a "Sshhh" model where users can post secrets
  • Ability to Create Users
  • Ability to sign in
  • Ability to post a Secret
  • Ability to pull the latest 20 Secret's

Objectives

  • Demonstrate ability to serve JSON via a web HTTP API endpoint
  • Demonstrate authorizing API calls via api application tokens
  • Demonstrate personalizing API calls for specific user tokens

About

API server with Rails


Languages

Language:Ruby 76.8%Language:HTML 15.3%Language:CSS 3.8%Language:JavaScript 2.1%Language:CoffeeScript 2.0%