Skip to content

cuny-nytech/persist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages