"AngularBlog" very very simple bloging CMS made using Angularjs + Nodejs + Mysql , I create this cms in 8 hours so this version full of bugs
- clone this repo.
- open cmd on project root.
- npm install.
- bower install.
- node scripts/create_database.js.
- import the Demo db from db folder into your mysql workbench.
- create admin user using the following comand : "node scripts/create_admin.js".
- init your cms using the following comand "node server".
- now your cms available on : localhost:8080 .
- to accses addpost page go to : http://localhost:8080/#/admin . note : you should be loggedin.