Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 291 Bytes

Sinatra Crud Example

This is a example with users and games. A user has many games.

In this branch you will find:

  • Full CRUD for games
  • Create and Read for User
  • Full authentication (login / logout)
  • Full authorization (locking down the front end and back end)
  • Error handling