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.
- 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.
- Home page:
- 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