Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.35 KB

File metadata and controls

36 lines (23 loc) · 1.35 KB

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