Simple movie search site for Case Study
Movie search project is simple web site which is uses OMDB RestAPI's.
cp .env.dev.example .env
(./movie-search)docker-compose up -d --build
GET : http://localhost:8000/api/search?keyword=foo
DELETE : http://localhost:8000/api/clear
URL : http://localhost:3000/
- A week spent on project completion.
- Unit and Functional test improvement.
- Database integration.
- More informaiton in Movie Poster (Year, Director etc.)
- Docker improvemet for all enviroment. (Integratin, Staging, PRodcution etc.)