Express, Sequelize, HTML5, stored on PostgreSQL
Use the Express, Sequelize, and almost any other library or templating engines you want to fulfill the requirements. recommended: jade and sass. helpful: livereload, gulp for watching compiling sass
Create a multi-user Gallery. Any user should be able to access these routes:
GET /to view a list of gallery photosGET /gallery/:idto see a single gallery photo- each gallery photo should include a link to delete this gallery photo
- each gallery photo should include a link to edit this gallery photo
GET /gallery/newto see a "new photo" form- the form fields are:
author: Textlink: Text (the image url)description: TextArea
- the form fields are:
POST /galleryto create a new gallery photo iGET /gallery/:id/editto see a form to edit a gallery photo identified by the:idparam- the form fields are:
author: Textlink: Text (the image url)description: TextArea
- the form fields are:
PUT /gallery/:idupdates a single gallery photo identified by the:idparamDELETE /gallery/:idto delete a single gallery photo identified by the:idparam
The layout of the app must match the layouts included in /layouts.
Match the layout as close as you can, using free and open fonts and graphics.
- does not have tablet layout
- uses a background image that is not included, you will have to find something similar (subtlepatterns.com)