Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.63 KB

README.md

File metadata and controls

76 lines (48 loc) · 1.63 KB

Metabase

Metabase OG

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.

Features

  • 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.

Installation and Usage

Prerequisites

Before running Metabase, ensure you have the following dependencies installed:

  • Node.js
  • Fly

Installation

Follow these steps to set up and run Metabase:

  1. Clone the repository:
git clone https://github.com/lewisblackburn/metabase.git
cd metabase
  1. Install the required packages:
npm install
  1. Set up the database:
npm run setup
  1. Run development build:
npm run dev
  1. Open your web browser and visit http://localhost:3000 to access Metabase.

Demo

For a live demo of Metabase, you can visit metabase.fly.dev.

Contributing

We welcome contributions to improve Metabase! To contribute, please follow the guidelines outlined in CONTRIBUTING.md.

Support

For any issues, bug reports, or feature requests, please open a new GitHub issue.

License

This project is licensed under the MIT License.