A content management and search application built for the Sketch & Search Hackathon.
Contentizer is a tool designed to help you manage and search through your content efficiently.
clone the project repository:
git clone in the project directory, run the mongodb server:
docker compose up -dmove to the backend directory:
cd backcreate a virtual environment and activate it:
python -m venv .venv or
python3 -m venv .venvinstall the required packages:
uv sync --activeNow you can run the backend server:
uv run uvicorn src.api.main:app --reload --port 8000move to the frontend directory and install dependencies:
cd front/contentizer
npm install
npm run devContributions are welcome! Please feel free to submit a Pull Request.
MIT