Skip to content

kennymark/CuentaloCMS

Repository files navigation

A basic CMS that allows for simple blogging using NodeJS

First order of magnitude

You need to first download or clone this repo using the commandline via this command

git clone https://github.com/kennymark/cuentalo.git

Feature

File Upload

One downloaded

Make sure you install the packages using npm or yarn

NPM:

Npm install

Yarn

Yarn add

NodeJS packages

Express

BodyParser

express-validator

Mongoose

fileupload

Slug

etc...

Todo

  • Add Drafts feature
  • Install passportjs for login and registration feature
  • Fix recents tab problem
  • Add category and features tab
  • Test it

Screenshots