A basic CMS that allows for simple blogging using NodeJS
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
Make sure you install the packages using npm or yarn
NPM:
Npm install
Yarn
Yarn add
Express
BodyParser
express-validator
Mongoose
fileupload
Slug
etc...
- Add Drafts feature
- Install passportjs for login and registration feature
- Fix recents tab problem
- Add category and features tab
- Test it