Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 762 Bytes

File metadata and controls

13 lines (12 loc) · 762 Bytes

An Online shop app with realistic features, code.

Focus of this project:

  1. Explore MVC pattern
  2. Explore Sequelize ORM, and compare it with file based storage
  3. Explore NoSQL databases
  4. Explore MongoDB
  5. Rewrite the app using these
  6. Explore Mongoose
  7. Rewrite the app using it
  8. Explore Sessions and Cookies
  9. Add login and authentication flow (not authentication logic or details)