A personal log (Movie log!) of the movies you watched recently. Trello board
- Node & NPM
- docker
- docker-compose
- Nginx for enabling CORS locally
Terminal 1, the server:
cd backend && docker-compose up
Terminal 2, the proxy:
cd frontend && nginx -c $(pwd)/nginx.conf
Terminal 3, the UI:
REACT_APP_OMDb_API_KEY=383a2e5d cd frontend && npm start
Browse app on
http://localhost/
To create/edit users, use the rails-generated pages from http://localhost:3001/users