Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iliasderos/pyx4-mlog
A personal log (Movie log!) of the movies you watched recently
https://github.com/iliasderos/pyx4-mlog
docker interview-challenge rails reactjs redux
Last synced: 7 days ago
JSON representation
A personal log (Movie log!) of the movies you watched recently
- Host: GitHub
- URL: https://github.com/iliasderos/pyx4-mlog
- Owner: IliasDeros
- License: other
- Created: 2019-06-05T19:42:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:21:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T02:40:15.635Z (about 2 months ago)
- Topics: docker, interview-challenge, rails, reactjs, redux
- Language: Ruby
- Homepage:
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MLog: A pyx4 challenge
A personal log (Movie log!) of the movies you watched recently. [Trello board](https://trello.com/b/rkhHlX1v/pyx4-technical-test)![Screenshot](https://i.ibb.co/ZcJHt5H/image.png)
### Prerequisites
* [Node & NPM](https://nodejs.org/en/download/)
* [docker](https://www.docker.com/products/docker-desktop)
* [docker-compose](https://docs.docker.com/compose/install/)
* [Nginx](http://nginx.org/en/download.html) for enabling CORS locally### Quickstart
```
Terminal 1, the server:
cd backend && docker-compose upTerminal 2, the proxy:
cd frontend && nginx -c $(pwd)/nginx.confTerminal 3, the UI:
REACT_APP_OMDb_API_KEY=383a2e5d cd frontend && npm startBrowse app on
http://localhost/
```### User setup
To create/edit users, use the rails-generated pages from http://localhost:3001/users### Further Reading
* [backend](backend/README.md)
* [frontend](frontend/README.md)