Go-backend-movie-API
A simple backend that makes request to OMDB movie api that are used in my react front-end. Theres only two routes as thats all that was currently needed.
GET /movies/
GET /movies?search=${yoursearch term}
Deployed version
The backend is deployed here and front end here