Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 558 Bytes

project_brief.md

File metadata and controls

13 lines (12 loc) · 558 Bytes

Project Brief

  1. Create a rails 6.1+ / bootstrap 5.1+ app template
  2. Do not use ActiveRecord, use Sequel instead
    1. Postgres 13
  3. Create a User model (fname, lname, email, role, timestamps) with a Sequel model and migration
  4. Use devise (Sequel, not ActiveRecord)
  5. Use standard devise session views
  6. Create a Blog model (title, text, category (enum), timestamps)
    1. Standard controller and rails views
    2. Use all 7 rails standard restful routes
    3. Use slim (not erb) in the views
  7. Push daily to dev branch on this repository