https://github.com/hemu21/movie-node-api
This is Movies Open API
https://github.com/hemu21/movie-node-api
api api-rest express expressjs movies rest-api
Last synced: 3 months ago
JSON representation
This is Movies Open API
- Host: GitHub
- URL: https://github.com/hemu21/movie-node-api
- Owner: Hemu21
- License: mit
- Created: 2023-08-29T16:46:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T19:35:49.000Z (over 1 year ago)
- Last Synced: 2025-01-13T02:47:08.215Z (4 months ago)
- Topics: api, api-rest, express, expressjs, movies, rest-api
- Language: JavaScript
- Homepage: https://movie-api-j42t.onrender.com/api/v1/movies
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# movie-node-api
This is Movies Open API# Description
This api is created using nodejs, expressjs,mongodb.## Methods
### GET
It gives the total list of the movies in database \
url - https://movie-api-j42t.onrender.com/api/v1/movies### POST
To add movies to the database from body.\
{name:"moviename",description:"about the movie",rating:3.4} \
url - https://movie-api-j42t.onrender.com/api/v1/movies### PUT
To update a movie details in database from body with movie id in url. \
{name:"newname",description:"update about the movie",rating:4} \
id in url is dynamic. \
url - https://movie-api-j42t.onrender.com/api/v1/movies/{id}### GET
It gives the particular movie in database by passing id of the movie from url. \
id in url is dynamic. \
url - https://movie-api-j42t.onrender.com/api/v1/movies/{id}### DELETE
It delete the particular movie in database by passing id of the movie from url. \
id in url is dynamic. \
url - https://movie-api-j42t.onrender.com/api/v1/movies/{id}# NOTE
is there any problem mention it
# Author
©Hemanth Kumar