Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 734 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 734 Bytes

Persistence assignment

Create a site in Sinatra that saves information from a form to a database, then displays that information on the page. Examples:

  • A single-user Twitter clone
  • A blog that can be edited online
  • A note-taking app
  • A recipe site
  • etc.

Using a SQL database is recommended, specifically PostgreSQL (a.k.a. "Postgres") via the pg gem. The app doesn't need a lot of bells & whistles, e.g. user authentication, unless you get that first part done early.

Deploy the application to Heroku, and submit a pull request to this repository. Include:

  • All the necessary files
  • In the README:
    • Setup instructions
    • A link to the live app on Heroku