Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 657 Bytes

File metadata and controls

16 lines (13 loc) · 657 Bytes

This is a Kata which aims at developing a Node API for creating a personal Movie Database using Test Driven Development[TDD] approach

Requirements

  • basic understanding of javascript
  • basic knowledge of server/client request/response
  • basic understanding of HTTP/RESTful API
  • basic working of git

Development using

  • Node.js
  • TDD approach

How to use this Project

  • Each requirement/feature for creating the API is added as a user story and are numbered based on how they need to be implemented. To find the user stories, go to the user-stories folder.
  • The user stories could be implemented inside the src folder