Skip to content

MattDawson2020/bookmark-manager

 
 

Repository files navigation

Maker's Week 4: Weekly challenge

This challenge was the fourth of my Maker's weekly challenges, coded in pairs with a randomised partner each day. This week is where I would say the difficulty noticeably stepped up, with database interactions being more complex than previous weeks. The learning objectives for this week were:

  • Built a simple web app with a database attached to allow permanence
  • Explain the basics of how databases work and how to use SQL to interact with them
  • Object Relational Mapping (ORM) and manually writing a SQL interface with ruby
  • RESTful routes

Bookmark Manager

Instructions

  • DB instructional files are recorded in ./db/migrations , please follow these to setup your database to mirror ours

User story part 1

As a user 
So I can catch up on my reading 
I would like to see a list of my bookmarks

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.7%
  • HTML 9.3%