WIP - Work in progress.
API that scrapes movie listings from local cinema websites and serves them as a JSON API.
Built with Rails 8 (API-only) + SQLite.
I'm tired of opening 20 tabs to find the perfect theater for a movie.
This project runs with Dev Containers. Install VS Code, and the Dev Containers Extension.
After installing the Dev Containers extension in VSCode, run Dev Containers: Build and Reopen in Container.
- Finish basic API with dummy data.
- Scrap all the data from the websites.
- Processes and stores scrapped data into the database.
- Front that consumes the API.