Microblogging Website

Project Overview

This is a Node.js-based web application that interacts with an SQLite3 database. It allows users to publish and read articles through a web interface. The application includes a password-protected authoring section and a reader section for accessing published content. This project showcases my understanding of Node.js, SQLite, and web application development principles, emphasizing modularity, database handling, and user interface design.

Dependencies

Features

  1. Article Publishing:
    • Accessible via the “Publish Articles” button.
    • Password-protected.
    • Enables authors to create and store articles.
  1. Article Reading:
    • Accessible via the “Read Articles” button.
    • Displays stored articles for general users.

Development Details