Metabase is a comprehensive database that brings together information about films, TV shows, books, people, and songs, all in one convenient platform. Just like popular services like TMDB or IMDb, Metabase provides a place for users to navigate, create and update their favourite media.
-
Search and Recommendations: Use powerful search capabilities to find specific titles or explore personalized recommendations based on your interests.
-
User Reviews and Ratings: Contribute to the community by leaving your own reviews and ratings for your favorite media content.
Before running Metabase, ensure you have the following dependencies installed:
- Node.js
- Fly
Follow these steps to set up and run Metabase:
- Clone the repository:
git clone https://github.com/lewisblackburn/metabase.git
cd metabase
- Install the required packages:
npm install
- Set up the database:
npm run setup
- Run development build:
npm run dev
- Open your web browser and visit http://localhost:3000 to access Metabase.
For a live demo of Metabase, you can visit metabase.fly.dev.
We welcome contributions to improve Metabase! To contribute, please follow the guidelines outlined in CONTRIBUTING.md.
For any issues, bug reports, or feature requests, please open a new GitHub issue.
This project is licensed under the MIT License.