https://github.com/awahids/api-panas
simple Rest API for review movies like IMDB with express js, Postgres, Cloudinary
https://github.com/awahids/api-panas
bcrypt express-middleware expressjs javascript jsonwebtoken rest-api
Last synced: about 2 months ago
JSON representation
simple Rest API for review movies like IMDB with express js, Postgres, Cloudinary
- Host: GitHub
- URL: https://github.com/awahids/api-panas
- Owner: awahids
- Created: 2021-10-04T06:49:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T08:50:21.000Z (over 4 years ago)
- Last Synced: 2025-03-29T08:45:16.806Z (over 1 year ago)
- Topics: bcrypt, express-middleware, expressjs, javascript, jsonwebtoken, rest-api
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BackendTeam_B
### Movie controller (optional)
- Validasi di get movie by genre ketika kosong
- Validasi di search by title ketika kosong
- Validasi ketika sudah tidak ada isi di page nya (search all/genre include page)
- Respon di search ketika tidak ada film yang sesuai
- Bisa search by Genre?
### Review (optional)
- Validasi ketika tidak ada movie id yang sesuai params untuk create dan update
- Validasi ketika sudah tidak ada isi di page nya (search all include page)
### OTHER
- Rapihin Output (tambahin exclude untuk hide field yang perlu di hide)
- Check limit output
- Check Error Handling
- Clean Code
- Refactor