Skip to content

Commit

Permalink
Merge pull request #42 from nitinryali/main
Browse files Browse the repository at this point in the history
Done [New API] : Movie And Tv Show #40
  • Loading branch information
dishamodi0910 authored Oct 12, 2023
2 parents f50946e + 5aa5f2b commit d277bc0
Show file tree
Hide file tree
Showing 6 changed files with 718 additions and 1 deletion.
Binary file added New_APIs/Movie_Tv_Show_API/Output_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions New_APIs/Movie_Tv_Show_API/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# **Movie and Tv show API!**

### Description
It is basic api built using nodejs, express. It is a simple api that can be used to fetch data of movie and tv-show with filter options of page, limit, search, and type. It uses a json file as a database.

```bash
npm i express
npm i nodemon
npm install
```

This can be extended to real life use using mongodb database instead of json file.
Loading

0 comments on commit d277bc0

Please sign in to comment.