Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 328 Bytes

File metadata and controls

10 lines (9 loc) · 328 Bytes

ExpressJS

  1. Create a web site (with normal design) using Express with private and public parts – CRUD operations over a model by your choice
    • At least 6 pages
    • Use Express
    • Use File upload
    • Use Jade
    • Use Stylus
    • Use Passport module for authentication
    • Use good application architecture