Skip to content

Commit 0b2a823

Browse files
ticidesignReenaRajani
authored andcommitted
Sydney branch with new slides and new API Design Kata (#64)
* Review slides * Remove show-me-the-code * Add API Node IMBD Kata * Add logo * add reveal.js slides * Add logo to all slides * Move slides * Change title * Rename new slides folder for Sydney
1 parent 7403efe commit 0b2a823

File tree

121 files changed

+26203
-1895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+26203
-1895
lines changed

katas/api-node-imbd/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
This is a Kata which aims at developing a Node API for creating a personal Movie Database using Test Driven Development[TDD] approach
2+
3+
## Requirements
4+
- good understanding of JavaScript
5+
- basic knowledge of server/client request/response
6+
- basic understanding of HTTP
7+
- basic understanding of GIT
8+
9+
## Development using
10+
- Node.js
11+
- MongoDB
12+
- TDD approach
13+
- [Postman](https://www.getpostman.com/) - API development environment
14+
- [Robo 3T](https://robomongo.org/) - a free lightweight GUI for MongoDB enthusiasts
15+
16+
17+
## User Story 1
18+
1. As a User I want to insert movie information to create my own movie database.
19+
20+
### Acceptance Criteria
21+
- The movie to be inserted must have title and description
22+
- User cannot enter the same movie name again i.e duplicates must be tracked based on the title of the movie
23+
- The user must send the data to the API in JSON format
24+
25+
## User Story 2
26+
Coming soon...

slides/css/highlight/agate.css

Lines changed: 0 additions & 137 deletions
This file was deleted.

slides/css/highlight/github.css

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)