Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 588 Bytes

README

This app is a simplified version of the Content Management System used by Morning Brew. It was built as part of the interview process.

Functionalities

  • CRUD for stories and newsletters
  • Index for stories and newsletters
  • Rich text editing using React Quill
  • Newsletter editor that allows user to choose which stories to include and rearrange the order by draging stories
  • CUD actions sync with Lyra external API

Technologies Used

  • Ruby on Rails (backend)
  • PostgreSQL
  • React (frontend)
  • Redux
  • React-Quill (rich text editor)
  • Faraday (backend API requests)