Home Logic Ubuntu (Linux) Blog

BocaJS: NodeJS + Postgres

  Application Design

When designing an application the first thing to consider is the purpose of your application. The purpose of this application is demonstrating how to build an application using NodeJS and PostgreSQL.

Disclaimer: To demononstrate the NodeJS code and concepts that are nessicary to build an app, I did some things a little differently than I would in real life.

First, I will explain the architecture of today's application. Then I will go over how I would have built this application if my purpose was to build the best possible CMS.

  Project

Commander Coral wants to make it easy for programmers to contribute to Coding Commander’s Blog. She has asked you to create a CMS for submitting blogs. Content will be reviewed by Candy && Coral prior to publish.

  Authentication

Although we will create a users table, we will not go over authentication today. The next BocaJS meetup is on building a NodeJS authentication page.

  Directory Tree