Skip to content

Blog site with CMS that allow you to Add, Delete and update articles.

Notifications You must be signed in to change notification settings

mhmdshorafa/ammblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Climate Test Coverage Issue Count

Amm-blog

Blog site with CMS that allow you to Add, Delete and update articles.

Project Plan

During project plan we used Hapijs framework for Nodejs, tape for TDD .

alt text

To run the project type

npm i
npm start

to run the test

npm test

User Stories

  • as a user, i want to see the articles

  • as a user, i want search box to search about specific topic

  • as a admin user, i want to see a link to login

  • as a admin user, i want to see all articles in CP page

  • as a admin user, i want to see button to delete and update article

  • as a admin user, i want to see button to add an new article