riannemcc / bookmark-manager-monday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookmark-manager-monday

Database

How to use:

  • Connect to psql
  • Create the database using the psql command CREATE DATABASE bookmark_manager;
  • Connect to the database using the pqsl command \c bookmark_manager;
  • Run the query we have saved in the file 01_create_bookmarks_table.sql
**Client:**
+-------------------+
| Domain/bookmarks  |
+-------------------+

**Controller:**
+-------------------+
| app.rb            |
|~~~~~~~~~~~~~~~~~~~|
| GET request       |
+-------------------+

**Model:**
+-------------------+
| BookMarkManager   |
|~~~~~~~~~~~~~~~~~~~|
| @bookmarkmanager  |
|~~~~~~~~~~~~~~~~~~~|
| show_list         |
+-------------------+

**View:**
+-------------------+
| erb bookmarks     |
+-------------------+

About


Languages

Language:Ruby 89.1%Language:HTML 10.2%Language:CSS 0.7%