Blogjs

screenshot of Blogjs
less

BlogJS is a simple blog application built with AngularJS, Node.js and MongoDB. Creates your article and shares them in a beautiful minimalistic template.

Overview

BlogJS is a simple blog application built with AngularJS, Node.js, and MongoDB. It allows users to create, edit, and delete articles, add tags to articles, and manage user authentication and registration. The application also includes features such as adding likes to posts and comments. The application requires Redis and MongoDB to be installed and running.

Features

  • Create Article: Users can create new articles.
  • Edit Article: Users can edit existing articles.
  • Delete Article: Users can delete articles.
  • Add tags to Article: Users can add tags to their articles.
  • Add Authentication to the administration: Users can ensure secure authentication for administering the blog.
  • Add registration for new user: Users can register for new accounts.
  • Handle Logout: Users can log out of their accounts.
  • Add users management: Users can manage user accounts.
  • Add Like to post: Users can like posts.
  • Add Comments to post: Users can add comments to posts.

Summary

BlogJS is a blog application built with AngularJS, Node.js, and MongoDB. It offers a range of features for creating and managing blog articles, including authentication, registration, tagging, and user management. The installation process involves cloning the repository, starting Redis and MongoDB, building the AngularJS app, installing the Node.js app dependencies, and running the application.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.