someyaaltous / Artists8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

A website that shows the user the four most expensive paintings in the world. When the user clicks on one of them, it shows some details about them. It also allows you to add a painting if you want.

User journey:

  • As a user I'm able to choose a painting.
  • As a user I'm able to see some details about it.
  • As a user I'm able to add a new painting.

Wireframe:

  • Home page:

File Structure:

  • public:
    • style.css
  • src:
  • controllers
  • views:
    • partials: headers.hbs
    • layouts:
      • main.hbs
  • database:
    • db_build.js
    • db_build.sql
    • db_connection.js
  • queries:
  • getData.js
  • postData.js
  • app.js
  • server.js
  • .gitignore
  • .travis.yml
  • package.json
  • README.md

Schema:

Team:

About


Languages

Language:JavaScript 34.6%Language:PLpgSQL 31.7%Language:HTML 18.7%Language:CSS 14.9%