Specus API is a modular Django-based backend core designed to structure, manage and scale:
- entities
- products
- projects
- channels
- content
- research notes
It serves as a foundational API layer for building scalable systems, GPT integrations, and SaaS backends.
git clone https://github.com/specusgear/specus-api.git
cd specus-api
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
python manage.py migrate
python manage.py runserver