Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 495 Bytes

Blogapplication

  • An app I made during the Full Stack Web Development course by New York Code + Design Academy at BSSA, Amsterdam.
  • First full-stack app build.
  • Build on Node.js, created view with pug and stored data using postgres withg sequelize.
  • App stores users, blogs and comments and gives the possibility to add blogs and comments.
  • Relational models.
  • Database insfranstructure and routes still in one file, app.js.

Usage

  • Adjust sequelize connection.
  • Run node src/app.js